What problem does it solve? Running code review, review swarms, design audits, performance checks, and polish passes separately before shipping is slow and produces five redundant interview rounds. This Skill sequences the existing audit skills in the correct order, hands off between them, and collapses their separate grill-me interviews into one consolidated end-of-pipeline stress-test. ## Core Features & Use Cases - Ordered quality chain: Runs code review, post-implementation review swarm, UI layout/design/completeness audits, performance audit, fix loop, and polish in a defined sequence with clear gates. - Consolidated stress-test: Replaces five per-skill grill-me interviews with a single six-question cross-domain review before shipping. - Severity-disciplined fix loop: Only BLOCKING, P0, or Class A correctness findings trigger fixes; CONCERN and NIT items are logged without blocking. - Use Case: Before merging a PR for a new mini-program onboarding flow, run the full pipeline to get a swarm verdict, completeness score, performance gate, and a green harness gate in one pass. ## Quick Start Ask the AI to run the pre-ship pipeline on your current change before merging the PR.