PR Review Triage
Process review feedback in a deterministic, auditable pass.
Workflow
- •List open PRs in priority order.
- •For each PR, collect unresolved comments.
- •Classify each comment: valid, invalid, already addressed, or blocked.
- •Apply only valid comments with minimal diffs.
- •Run project checks for touched areas.
- •Commit and push with a review-linked message.
- •Post resolution summary per PR.
Decision Rules
- •Valid: behavior risk or correctness issue with clear evidence.
- •Invalid: stylistic preference that conflicts with project standards.
- •Blocked: requires product decision or cross-PR dependency.
Guardrails
- •Do not merge unless explicitly requested.
- •Do not refactor unrelated files.
- •Keep one concern per commit where possible.
Output Format
- •PR identifier
- •Accepted comments and fixes
- •Rejected comments with reason
- •Blocked comments and required decision
- •Verification results