mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-31 06:03:29 +08:00
617 B
617 B
Quality Gate Command
Run the ECC quality pipeline on demand for a file or project scope.
Usage
/quality-gate [path|.] [--fix] [--strict]
- default target: current directory (
.) --fix: allow auto-format/fix where configured--strict: fail on warnings where supported
Pipeline
- Detect language/tooling for target.
- Run formatter checks.
- Run lint/type checks when available.
- Produce a concise remediation list.
Notes
This command mirrors hook behavior but is operator-invoked.
Arguments
$ARGUMENTS:
[path|.]optional target path--fixoptional--strictoptional