LLM Skills
~/catalog/debugging & maintenance//quality-gate

Quality Gate Command

/quality-gate

Run the ECC quality pipeline on demand for a file or project scope.

affaan-maffaan-m
252.2k
June 4, 2026
MIT
// skill content

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 - --strict optional

// original public source
affaan-m/ECC
/.opencode/commands/quality-gate.md
License: MIT
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/quality-gate.md" "https://raw.githubusercontent.com/affaan-m/ECC/main/.opencode/commands/quality-gate.md"
Then in Claude Code, type /quality-gate to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoraffaan-m
Stars 252.2k
LicenseMIT
UpdatedJune 4, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward