mirror of
https://github.com/obra/superpowers.git
synced 2026-07-11 20:49:04 +08:00
refactor(skills): drop workflow-index section from requesting-code-review
Integration with Workflows restated the When to Request Review triggers grouped by caller (each-task/before-merge/when-stuck all appear at point of use), and the intro's mechanism-rationale sentence sold a rule the preceding sentence already states.
This commit is contained in:
@@ -5,7 +5,7 @@ description: Use when completing tasks, implementing major features, or before m
|
|||||||
|
|
||||||
# Requesting Code Review
|
# 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.
|
Dispatch a code reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history.
|
||||||
|
|
||||||
**Core principle:** Review early, review often.
|
**Core principle:** Review early, review often.
|
||||||
|
|
||||||
@@ -72,21 +72,6 @@ You: [Fix progress indicators]
|
|||||||
[Continue to Task 3]
|
[Continue to Task 3]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Integration with Workflows
|
|
||||||
|
|
||||||
**Subagent-Driven Development:**
|
|
||||||
- Review after EACH task
|
|
||||||
- Catch issues before they compound
|
|
||||||
- Fix before moving to next task
|
|
||||||
|
|
||||||
**Executing Plans:**
|
|
||||||
- Review after each task or at natural checkpoints
|
|
||||||
- Get feedback, apply, continue
|
|
||||||
|
|
||||||
**Ad-Hoc Development:**
|
|
||||||
- Review before merge
|
|
||||||
- Review when stuck
|
|
||||||
|
|
||||||
## Red Flags
|
## Red Flags
|
||||||
|
|
||||||
**Never:**
|
**Never:**
|
||||||
|
|||||||
Reference in New Issue
Block a user