Runs ECC quality pipeline on a file or project scope, detecting language/tooling to perform formatter, lint, and type checks. Produces concise remediation list. Supports [path|.], --fix, --strict flags.
npx claudepluginhub pcoulbourne/everything-claude-code# 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 1. Detect language/tooling for target. 2. Run formatter checks. 3. Run lint/type checks when available. 4. Produce a concise remediation list. ## Notes This command mirrors hook behavior but is operator-invoked. ## Arguments $ARGUMENTS: - `[path|.]` optional target path - `--fix` optional - ...
/quality-gateRuns ECC quality pipeline on a file or project scope, detecting language/tooling to perform formatter, lint, and type checks. Produces concise remediation list. Supports [path|.], --fix, --strict flags.
/quality-gateRuns quality gate checks on code changes from PRs, branches, staged/unstaged files, or paths using tech stack-aware reviewers. Produces APPROVED, NEEDS CHANGES, or BLOCKED verdicts.
/quality-gateRuns ECC quality pipeline on a file or project scope, detecting language/tooling to perform formatter, lint, and type checks. Produces concise remediation list. Supports [path|.], --fix, --strict flags.
/quality-gateShow SonarQube quality gate status for a project — pass/fail and each condition (metric key, threshold, actual value). Project key optional when MCP integration already defines the default project.
Run the ECC quality pipeline on demand for a file or project scope.
/quality-gate [path|.] [--fix] [--strict]
.)--fix: allow auto-format/fix where configured--strict: fail on warnings where supportedThis command mirrors hook behavior but is operator-invoked.
$ARGUMENTS:
[path|.] optional target path--fix optional--strict optional