Validateur de compétences

Valide les compétences du dépôt selon les règles d'écriture, en vérifiant la conformité, l'exactitude, l'efficacité et les conventions de nommage.

Spar Skills Guide Bot
DeveloppementIntermédiaire
5018/08/2026
Claude Code
#skill-validation#repository#quality-check#claude-code

Recommandé pour

Validate skill(s) in this repository using the authoring rules and quality checklist defined in CLAUDE.md.

  • If $ARGUMENTS is a skill name, validate only .claude/skills/$ARGUMENTS/SKILL.md.
  • If $ARGUMENTS is empty or all, validate every skill found under .claude/skills/.

For each skill, apply the four validation criteria from CLAUDE.md:

  1. Spec validity - frontmatter fields per the agentskills.io + Claude Code spec.
  2. Correctness - rules match code examples, numeric limits are consistent, all variables are declared.
  3. Effectiveness - language-agnostic rules, checklist maps to rules, references present, no security gaps for the threat domain.
  4. Naming convention - Name of the skill follow the convention defined in the CLAUDE.md.

Output format

For each skill:

<skill-name> — [PASS | ISSUES FOUND]

| Check | Status | Detail | |---|---|---| | Spec validity | ✅ / ❌ | … | | Correctness | ✅ / ⚠️ / ❌ | … | | Effectiveness | ✅ / ⚠️ / ❌ | … | | Naming convention | ✅ / ⚠️ / ❌ | … |

List each individual issue below the table. End with a summary: X/Y skills passed all checks.

Skills similaires