Ship Review
Trigger a manual code review of recent changes. Dispatches both spec compliance and code quality reviewers. Use between phases or after manual edits.
Review — Manual two-stage code review
Process
- Identify changes to review (uncommitted changes, or last N commits).
- Dispatch spec-compliance-reviewer subagent: does the code match the spec?
- If spec compliance passes, dispatch code-quality-reviewer subagent.
- Report findings by severity: critical / warning / note.
- If critical issues found, suggest fixes.