buildcrew-review — Review Modes
Pick the sub-mode from the user's intent. Full role prompts live in
.claude/agents/*.md; read the role file before executing. With subagent support,
dispatch it as a subagent; without, adopt the role in-context.
Sub-modes
| Intent | Role file | Loop |
|---|---|---|
| "code review", "PR review" | reviewer.md |
changes requested → developer.md → re-review (max 2) |
| "architecture review" (before code) | architect.md |
REVISE verdict → developer.md → re-review (max 2) |
| "design review", "UX review" | design-reviewer.md |
score < 7 → developer.md → re-review (max 2) |
Rules
- Read all
.claude/harness/*.mdfiles first if present. - Fixes are made by the
developerrole, never inline by the reviewer — reviewer independence is the point. - Findings need file:line references and concrete suggestions, ranked by severity.
- End with: verdict/score, issues found, fixed vs remaining.