requesting-code-review
Intent
- 用于在实现过程中主动发起一次中间代码审查:当第一版已经写出来、准备开 PR 前先自审,或者用户说“先帮我 review 一下这版”“先站在 reviewer 角度挑问题”“先别 merge,先审一轮”时使用。Prefer
verification-before-completionwhen 还没完成基本验证;Prefergithub-pr-reviewwhen 已经有 live PR 评论线程;Combine withreceiving-code-reviewwhen 审查后要判断哪些建议值得改;Do not use for 需求还没成形或根因未明的 bug 诊断。
Default operating pattern
- Collect the current diff, review feedback, or readiness question.
- Separate objective issues from style preferences and duplicated concerns.
- Recommend concrete code changes, replies, or follow-up checks.
- Verify the final state before marking the work ready.
- 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.