What problem does it solve? Reviewing branch changes for bugs and security vulnerabilities is error-prone when done ad hoc, and reviewers often miss injection flaws, authorization gaps, or race conditions hidden in diffs. ## Core Features & Use Cases - Structured Five-Phase Review: Gathers the full branch diff, maps attack surfaces, runs an 11-point security checklist, verifies findings, and audits completeness before concluding. - Five Failure Modes Check: Explicitly screens for hallucinated actions, scope creep, cascading errors, context loss, and tool misuse in changed code. - Prioritized Reporting: Outputs findings ranked by severity (security > bugs > quality) with file, line, evidence, and concrete fix suggestions. - Use Case: Before merging a feature branch, ask for a security review and receive a complete audit of every changed file against OWASP-style categories without modifying any code. ## Quick Start Review the changes on this branch for bugs, security vulnerabilities, and code quality issues.