better-coding-review

仓库创建 2026年7月3日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由

在合并前捕获高价值问题,提高代码质量。

这个 Skill 做什么

结构化地审查代码与 PR,查找错误、安全与可维护性问题的守门人。

用结构化流程做只读代码审查,重点抓 bug、安全漏洞和可维护性问题,输出可复用且可核验的报告而不改动源码。适合在看 diff、PR 或合并前的质量把关时启用,流程先验收规格合规再评估代码质量。发现按 CRITICAL/MAJOR/MINOR/NIT 分级,每条给出文件:行号、问题、为什么以及修复建议,方便落地修复。

▸ 展开 SKILL.md 英文原文

Review code, diffs, and pull requests for bugs, security issues, and maintainability problems before merge — read-only, any language, any repo. MUST be used whenever code is reviewed, a diff or PR is checked, or pre-merge quality is in question — even if the user does not explicitly say review. Two-stage (spec compliance first, then code quality), three-pass, severity-tagged (CRITICAL/MAJOR/MINOR/NIT); every finding reported as file:line + problem + why + fix, verified against source. Reports only, never modifies files. Not for whole-repo health checks — that is the audit skill. Trigger: /better-coding-review

开发编程代码审查安全可维护性通用
0
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/janschachtschabel/better-coding-skills/main/skills/better-coding-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Better Coding Review

Structured, read-only code review designed to counter the failure modes that
make reviews inconsistent: ad-hoc every-time checks, findings that vary session
to session, unverified nitpicks, and blocking on style a linter should own.

**Primary objective:** catch bugs, security issues, and maintainability problems
with a repeatable process and a fixed output format — the *same* checks in the
*same* order producing the *same* shape of findings, so nothing important is
skipped because attention drifted. Two review stages: spec compliance first
(does the code do what was asked?), code quality second (is it well-built?).

---

## Activation

Begin the first response after 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有