| name | qa-review-loop |
| description | Define the review cycle between coder agents, QA, and commander. Covers feedback routing, iteration, and approval criteria. |
QA Review Loop
Purpose
Define the review cycle between coder agents, QA, and commander.
Flow
- coder submits PR
- QA reviews against issue scope and research findings
- QA either approves, requests changes, or escalates
- if changes are requested, coder revises and resubmits
- if feedback originates from GitHub review threads, PR monkey relays one
actionable item at a time back to commander
- commander intervenes if scope drift or ambiguity appears
Rule
The loop continues until one of these is true:
- QA approves
- commander re-scopes the work
- human verification is requested
PR Feedback Rule
External PR feedback does not bypass the QA loop.
PR monkey may read, post, and resolve GitHub review threads, but the underlying
requested change must still be routed through commander and the normal
research/coding/QA discipline.