Runs ECC quality pipeline on a file or project scope, running formatter, lint, and type checks then reporting remediation steps. Accepts optional path and --fix/--strict flags.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:quality-gateThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 - ...
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 optionalnpx claudepluginhub siniyayousuf/everything_claudecode/quality-gateRuns ECC quality pipeline on a file or project scope, running formatter, lint, and type checks then reporting remediation steps. Accepts optional path and --fix/--strict flags.
/quality-gateRuns the ECC formatter quality gate on a single file and reports formatter findings with remediation steps. Supports fix and strict modes via environment variables.
/quality-checkRuns quality gates for static analysis (ESLint/Prettier/linters), test coverage, security scan, complexity, and dependency health; generates scored report with status, issues, and grade.
/lintActivates the holistic-linting skill to run full linting ecosystem on optional file/directory paths or all modified files in the current task.
/checkRun code quality checks (linting, formatting, type checking, test coverage, complexity) on project, directory, or file. Outputs Markdown report with summary, results tables, and recommendations.
/code-qualityRuns code quality assessment using project-aware tool detection for linting, formatting, testing, complexity, and coverage analysis. Supports types like full, lint, format, test.