What problem does it solve? Shipping work without a final quality gate leads to broken links, failing tests, accessibility gaps, and undocumented changes reaching users. This Skill provides a structured final validation pass so deliverables meet defined standards before release. ## Core Features & Use Cases - Validation Checklists: Covers documentation completeness, code hygiene (linting, tests, no TODOs), and design criteria (responsive, WCAG accessibility, cross-browser). - Quality Scoring: Maps results to a 0-100 score with clear actions (Ship, Minor fixes, Review needed, Major rework). - Three-Phase Workflow: Runs static analysis and dependency audits, verifies runtime quality like branch coverage and N+1 queries, and checks deliverable compliance including licenses and changelogs. - Use Case: Before merging a release candidate, run the validator to produce a structured Quality Validation Report listing pass/fail counts, open issues by severity, and recommendations. ## Quick Start Run a final quality validation on this release candidate and generate a validation report with scores and open issues.