install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gate-check" ~/.claude/skills/majiayu000-claude-skill-registry-gate-check && rm -rf "$T"
manifest:
skills/data/gate-check/SKILL.mdsource content
Gate Check
Vérifie le gate spécifié en argument.
Usage
/gate-check 0 → Vérifie Gate 0 (requirements.md)
/gate-check 1 → Vérifie Gate 1 (BREAK → MODEL)
/gate-check 2 → Vérifie Gate 2 (MODEL → ACT)
/gate-check 3 → Vérifie Gate 3 (Planning → Build)
/gate-check 4 → Vérifie Gate 4 (Build → QA)
/gate-check 5 → Vérifie Gate 5 (QA → Release)
Exécution
node tools/gate-check.js $ARGUMENTS
Retour
- ✅ PASS : gate validé
- ❌ FAIL : liste des fichiers/sections manquants