Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/requesting-code-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Dispatch a code reviewer subagent to catch issues before they cascade. The revie
## When to Request Review

**Mandatory:**
- After each task in subagent-driven development
- At the end of subagent-driven development, on the whole branch — its per-task review is already done by [task-reviewer-prompt.md](../subagent-driven-development/task-reviewer-prompt.md), so don't also run this skill after every task
- After completing major feature
- Before merge to main

Expand Down