code-review by mrgoonie/claudekit-skills
npx skills add https://github.com/mrgoonie/claudekit-skills --skill code-review指导正确的代码审查实践,强调技术严谨性、基于证据的主张,以及验证优先于形式化回应。
代码审查需要三种不同的实践:
每种实践都有特定的触发条件和详细协议,记录在参考文件中。
技术正确性高于社交舒适度。 在实施前验证。在假设前询问。在声明前提供证据。
在以下情况触发:
参考: references/code-review-reception.md
在以下情况触发:
参考: references/requesting-code-review.md
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
在以下情况触发:
参考: references/verification-before-completion.md
SITUATION?
│
├─ Received feedback
│ ├─ Unclear items? → STOP, ask for clarification first
│ ├─ From human partner? → Understand, then implement
│ └─ From external reviewer? → Verify technically before implementing
│
├─ Completed work
│ ├─ Major feature/task? → Request code-reviewer subagent review
│ └─ Before merge? → Request code-reviewer subagent review
│
└─ About to claim status
├─ Have fresh verification? → State claim WITH evidence
└─ No fresh verification? → RUN verification command first
阅读 → 理解 → 验证 → 评估 → 回应 → 实施
完整协议: references/code-review-reception.md
BASE_SHA=$(git rev-parse HEAD~1) 和 HEAD_SHA=$(git rev-parse HEAD)完整协议: references/requesting-code-review.md
没有最新的验证证据,不得做出完成声明
识别命令 → 运行完整命令 → 读取输出 → 验证确认声明 → 然后声明
跳过任何一步 = 撒谎,而非验证
使用"应该"/"可能"/"似乎",在验证前表达满意,未经验证就提交,信任代理报告,任何暗示成功但未运行验证的措辞
完整协议: references/verification-before-completion.md
验证。质疑。然后实施。证据。然后声明。
每周安装数
304
代码仓库
GitHub 星标数
1.9K
首次出现
Jan 22, 2026
安全审计
安装于
opencode256
gemini-cli240
claude-code238
codex233
cursor217
github-copilot205
Guide proper code review practices emphasizing technical rigor, evidence-based claims, and verification over performative responses.
Code review requires three distinct practices:
Each practice has specific triggers and protocols detailed in reference files.
Technical correctness over social comfort. Verify before implementing. Ask before assuming. Evidence before claims.
Trigger when:
Reference: references/code-review-reception.md
Trigger when:
Reference: references/requesting-code-review.md
Trigger when:
Reference: references/verification-before-completion.md
SITUATION?
│
├─ Received feedback
│ ├─ Unclear items? → STOP, ask for clarification first
│ ├─ From human partner? → Understand, then implement
│ └─ From external reviewer? → Verify technically before implementing
│
├─ Completed work
│ ├─ Major feature/task? → Request code-reviewer subagent review
│ └─ Before merge? → Request code-reviewer subagent review
│
└─ About to claim status
├─ Have fresh verification? → State claim WITH evidence
└─ No fresh verification? → RUN verification command first
READ → UNDERSTAND → VERIFY → EVALUATE → RESPOND → IMPLEMENT
Full protocol: references/code-review-reception.md
BASE_SHA=$(git rev-parse HEAD~1) and HEAD_SHA=$(git rev-parse HEAD)Full protocol: references/requesting-code-review.md
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
IDENTIFY command → RUN full command → READ output → VERIFY confirms claim → THEN claim
Skip any step = lying, not verifying
Using "should"/"probably"/"seems to", expressing satisfaction before verification, committing without verification, trusting agent reports, ANY wording implying success without running verification
Full protocol: references/verification-before-completion.md
Verify. Question. Then implement. Evidence. Then claim.
Weekly Installs
304
Repository
GitHub Stars
1.9K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode256
gemini-cli240
claude-code238
codex233
cursor217
github-copilot205
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
105,000 周安装