// Spin up a PR code review sub-agent. Ranks bugs critical/high/medium/low, eliminates false positives, writes consolidated report, applies KISS/DRY fixes (main logic only, skip tests), re-reviews after every change, loops until done. Use when the user asks to review a PR, triage bugs, or run a code review fix loop.
Spin up a PR code review sub-agent. Ranks bugs critical/high/medium/low, eliminates false positives, writes consolidated report, applies KISS/DRY fixes (main logic only, skip tests), re-reviews after every change, loops until done. Use when the user asks to review a PR, triage bugs, or run a code review fix loop.
Use the Task tool to delegate to the pr-code-review agent:
Task tool:
subagent_type: pr-code-review
prompt: "Review the PR diff for <target>. Rank bugs critical/high/medium/low. Eliminate false positives. Write consolidated report. Apply KISS/DRY fixes to main logic only (skip tests). Re-review after every change. Loop until done."