What problem does it solve? It automates systematic code review of completed work, catching bugs, security vulnerabilities, and correctness issues before code is merged, without modifying the application code itself. ## Core Features & Use Cases - Systematic Review Checklist: Examines every changed file for correctness, bugs, security flaws, integration issues, code standards, and testing violations. - Structured Findings: Documents each issue with file, line, severity (critical/warning/info), description, and a suggested fix. - Bug Filing & Workflow Integration: Files critical and warning findings into .workflow/BUGS.md, updates task statuses, and delivers an approve/request-changes verdict. - Use Case: After a Coder agent finishes a feature branch, run this Skill to diff the branch against the default branch, audit every change, and produce a review report with actionable fixes before opening a pull request. ## Quick Start Ask the agent to review the current feature branch against the default branch and file any bugs it finds.