What problem does it solve?
PRs often slip through with hidden bugs, security risks, and design weaknesses that are only caught after merge.
Core Features & Use Cases
- Critical PR review: Analyzes the PR diff and full context of each changed file to identify bugs, security issues, design problems, edge cases, performance concerns, and maintainability risks.
- Actionable feedback output: Produces a structured REVIEW.md in the repository root with critical issues, concerns, and suggestions, each including severity, file+line references, and resolution checkboxes.
- Iterative remediation workflow: Supports addressing issues via /prbot and /prbot resolve until REVIEW.md is resolved, plus PR change and test summarization via /prbot summarize.
Use case: You open a PR that touches multiple modules and want a harsh-but-fair review that pinpoints exactly what to fix before merge and what to watch for if you don’t have time to refactor.
Quick Start
Run /prbot review to generate REVIEW.md with critical issues, concerns, and suggestions for the current pull request.