What problem does it solve? It prevents broken TypeScript contracts, console.* drift, and quality regressions from reaching the main branch by enforcing a deterministic 8-gate CI pipeline and release protocol. ## Core Features & Use Cases - 8-Gate Quality Pipeline: Sequences tsc checks across three packages, vitest suites, five offline regression scripts, next build, and invariant checks (console.* zero-tolerance, env schema coverage, TONE_RULES completeness). - GitHub Actions Configuration: Provides a production ci.yml with pnpm store caching keyed on pnpm-lock.yaml, frozen-lockfile installs, job timeouts, and offline Ollama stub guidance. - Release Governance: Defines CHANGELOG entry format, semantic release tagging, and branch protection requirements for main. - Use Case: When a PR to main fails Gate 8a because a console.log slipped into apps/swarmx-api/src/services, use this Skill to diagnose the violation, fix it, and verify the invariant check returns zero hits. ## Quick Start Ask the AI to audit .github/workflows/ci.yml against the 8-gate release checklist and report any missing or misordered gates.