Debugging et maintenancesource GitHub
Commande de la porte de qualité
/quality-gateExécuter le pipeline de qualité ECC à la demande pour un fichier ou un projet.
// contenu du skill
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
// source originale publique
affaan-m/ECC/.opencode/commands/quality-gate.md
Licence : MIT
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.