What problem does it solve? Repositories often believe lint, type checking, and tests block merges when the wiring is incomplete or unenforced. This Skill deploys the LNT-001, TYP-001, and TST-001 controls from a controls.yaml register into a target repository and verifies the result with the same checker that audits it. ## Core Features & Use Cases - Register-driven deployment: Reads the linter, type checker, strictness keys, coverage keys, and accepted test commands from controls.yaml rather than hard-coding any tool or version. - Three-locus wiring: Writes the editor extension and file-type binding, pre-commit and pre-push hooks, and CI workflow steps, each carrying a provenance stamp naming its control. - Self-verification: Runs register-check against LNT-001, TYP-001, and TST-001 after writing and reports the verdict exactly as given, including failures. - Use Case: Point the Skill at a repository that has adopted the ee-standard register, and it pins the linter and type checker in the lockfile, enables strict mode, wires hooks and CI steps, and proves the gates block. ## Quick Start Ask the AI to deploy gate-quality into the current repository using its controls.yaml register and report the register-check verdict.