Requesting Code Review

用于在实现过程中主动发起一次中间代码审查:当第一版已经写出来、准备开 PR 前先自审,或者用户说“先帮我 review 一下这版”“先站在 reviewer 角度挑问题”“先别 merge,先审一轮”时使用。Prefer `verification-before-completion` when 还没完成基本验证;Prefer `github-pr-review` when 已经有 live PR 评论线程;Combine with `receiving-code-review` when 审查后要判断哪些建议值得改;Do not use for 需求还没成形或根因未明的 bug 诊断。

hebertzhu bfe274a 1.7 KB Updated

File contents

requesting-code-review

Intent

  • 用于在实现过程中主动发起一次中间代码审查:当第一版已经写出来、准备开 PR 前先自审,或者用户说“先帮我 review 一下这版”“先站在 reviewer 角度挑问题”“先别 merge,先审一轮”时使用。Prefer verification-before-completion when 还没完成基本验证;Prefer github-pr-review when 已经有 live PR 评论线程;Combine with receiving-code-review when 审查后要判断哪些建议值得改;Do not use for 需求还没成形或根因未明的 bug 诊断。

Default operating pattern

  1. Collect the current diff, review feedback, or readiness question.
  2. Separate objective issues from style preferences and duplicated concerns.
  3. Recommend concrete code changes, replies, or follow-up checks.
  4. Verify the final state before marking the work ready.
  5. Summarize remaining risks and ownership clearly.

Pack fit

  • Included in: release-quality
  • Keep examples generic, privacy-safe, and portable across hosts.

Boundary

  • Do not use for live GitHub review threads that already exist.

hebertzhu/agent-foundry/tree/main/skills/requesting-code-review commit bfe274a485

Frequently asked questions

npx skillmds@latest add hebertzhu/requesting-code-review