What problem does it solve? First-draft code quality reports often contain false positives, statistical drift, and missed security issues. This Skill enforces an end-to-end gated workflow — analysis, independent verification, and a QA gate — so the report you act on has been checked against actual source code before delivery. ## Core Features & Use Cases - Three-Stage Gated Pipeline: Chains multi-dimension analysis (complexity, duplication, dead code, security, dependencies, test coverage, style), independent claim verification, and a four-check QA gate in strict order. - Blocking Quality Gates: Verification sends the report back if it finds 3 or more false positives; the QA gate blocks delivery on statistical inconsistencies or security omissions. - Use Case: Before planning a team-wide remediation, ask for a full quality audit of your repository. The pipeline produces a report where every issue is traced to concrete file:line evidence and has passed verification and QA checks. ## Quick Start Ask the agent to run a full end-to-end code quality pipeline on your repository and deliver a verified, QA-gated report.