requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
定位
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
核心流程/章节
- When to Request Review
- How to Request
- Example
- Integration with Workflows
- Red Flags
原文要点
Requesting Code Review
Dispatch a code reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work.
Core principle: Review early, review often.
When to Request...
适用场景
- 基于 description 推断:Use when completing tasks, implementing major features, or before merging to verify work meets requirements
参见
- GitHub: superpowers