What problem does it solve?
It turns scattered PR review comments into a systematic investigation plan, so issues are correctly understood and fixed instead of superficially addressed.
Core Features & Use Cases
- Review-comment triage for PRs: Fetches review comments and pull-request inline comments for a specified PR number or the current branch’s open PR.
- Evidence-driven investigation and classification: Reads the referenced code, searches for related patterns, and classifies each finding as Critical, Valid, or Cosmetic based on impact.
- Fix-first workflow with approval gate: Presents findings in a compact table for review approval, then fixes everything marked for action while applying the Boy Scout rule.
- Action-oriented escalation: If a finding implies a deeper underlying root cause, it fixes the root cause rather than patching symptoms.
Quick Start
Ask the AI to run review-response for PR 123 to triage every review and inline comment, investigate the underlying causes, classify severity, present a decision table, then fix everything approved.