check_quality_gates
Verify code quality gates pass before committing by checking complexity, security, dependencies, and patterns across your project or changed files.
Instructions
Run configurable quality gate checks against the project. Returns pass/fail for each gate (complexity, coupling, circular imports, dead exports, tech debt, security, antipatterns, code smells). Designed for CI integration — AI can verify gates pass before committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope: "project" (all) or "changed" (git diff). Default: project | |
| since | No | Git ref for "changed" scope (e.g. "main") | |
| config | No | Inline config overrides (merged with project config) |