What problem does it solve? Written code is not releasable code. This Skill takes a finished development phase through every quality gate — lint, types, coverage, mutation testing, e2e tests, diff review, and conditional checks like poster galleries and copy readings — so nothing ships that only works on the author's machine. ## Core Features & Use Cases - Gate orchestration: Runs npm run check:phase covering lint, types, coverage (70% floor), Stryker mutation testing over the diff, and selective e2e scenarios, with per-gate logs and a commit-ready summary paragraph. - Mandatory independent review: Delegates the whole-diff review to a phase-reviewer subagent, copy readings to copy-reader, and poster inspection to poster-reader, because authors cannot review their own work. - Conditional gates and release decision: Opens extra gates only when the diff warrants them (real-evening reads, picture gallery, retrospective) and decides whether the phase ends in a tag or rides the next one. - Use Case: After implementing a new bot command with specs, load this Skill to run the full gate battery, launch the review subagent, and produce the correctly formatted phase-final commit message. ## Quick Start Ask the assistant to finish the current phase by running all release gates and preparing the final commit message.