LLM Skills
~/catalogue/debugging et maintenance//quality-gate

Commande de la porte de qualité

/quality-gate

Exécuter le pipeline de qualité ECC à la demande pour un fichier ou un projet.

affaan-maffaan-m
252.2k
4 juin 2026
MIT
// 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

  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
// 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.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/quality-gate.md" "https://raw.githubusercontent.com/affaan-m/ECC/main/.opencode/commands/quality-gate.md"
Ensuite dans Claude Code, tapez /quality-gate pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateuraffaan-m
Étoiles 252.2k
LicenceMIT
Mis à jour4 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward