What problem does it solve? Code review findings often get lost between discovery and verification, leaving bugs untracked or falsely marked as fixed. This Skill closes that gap by orchestrating a five-phase pipeline (Discover, Analyze, Create, Fix, Verify) that carries every finding from detection through code-level verification, with a database-backed state machine tracking each bug's status. ## Core Features & Use Cases - Full-Spectrum Review Orchestration: Launches batch code, security, and E2E review sub-windows via PowerShell scripts, writing findings into a SQLite review_findings table. - Automated Story Creation & Scheduling: Groups findings into fix Stories, detects file conflicts and dependencies, and dispatches parallel fix pipelines with dynamic slot backfilling. - E2E Loop Mode: Drives browser-based exploratory testing through Chrome DevTools MCP sub-windows, then loops fix-and-retest cycles (up to 3 rounds per bug) until PASS or deferred. - Verified Backfill: Requires reading actual code at file:line before marking findings fixed, preventing false-positive closures. - Use Case: Run a full review of the editor and payment modules, automatically group the 30 discovered bugs into prioritized Stories, dispatch parallel fix pipelines, then verify each fix against real code and produce a closed-loop report with fix-rate statistics. ## Quick Start Ask the agent to run a full smart review-fix cycle on the editor-core and payment modules and report the verified fix rate.