What problem does it solve? Manually running and tracking lint, type check, and test commands across a project is error-prone, and teams often lack a consistent way to enforce quality gates before committing code. This Skill automates quality gate verification by reading project-specific gate configuration from way-of-working adoption files and universal standards from quality-standards guidelines, skipping gates that already pass. ## Core Features & Use Cases - Standard Gate Execution: Runs lint, type check, and test gates in sequence, reporting violations with file and line details. - Custom Gate Registry: Supports project-defined custom gates (e.g., formatting, security scans) declared in way-of-working.md, with required vs advisory enforcement levels. - Composition Interface: Can be invoked independently or composed by /process-implement and /process-review workflows, returning PASS/FAIL results. - Use Case: Before committing a feature branch, invoke the skill to run all quality gates; it reports a structured QUALITY GATE REPORT showing which gates pass or fail, halting the commit flow if required gates fail. ## Quick Start Ask the AI to run the quality gate check on the current codebase and report which gates pass or fail.