From team-shinchan
Validates all skill definition files for schema compliance, naming conventions, structural format, and input validation rules.
How this command is triggered — by the user, by Claude, or both
Slash command
/team-shinchan:verify-skillsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Verify-Skills Command Validates all skill definition files for schema compliance, naming conventions, and input validation rules. See `skills/verify-skills/SKILL.md` for full documentation. ## Usage ## When to Run - After modifying any file in `skills/` - After adding, removing, or renaming a skill - As part of the `verify-implementation` workflow ## Validators | Validator | What it checks | |-----------|---------------| | skill-schema | Skill files follow required schema (frontmatter, sections) | | skill-format | Skill naming conventions and structural format | | input-validatio...
Validates all skill definition files for schema compliance, naming conventions, and input validation rules.
See skills/verify-skills/SKILL.md for full documentation.
/team-shinchan:verify-skills
skills/verify-implementation workflow| Validator | What it checks |
|---|---|
| skill-schema | Skill files follow required schema (frontmatter, sections) |
| skill-format | Skill naming conventions and structural format |
| input-validation | Input validation rules are properly defined |
npx claudepluginhub seokan-jeong/team-shinchan --plugin team-shinchan/devkit.verify-skillValidates specified skill against DevKit standards for SKILL.md frontmatter, structure, files, and content quality, reporting compliance issues.
/validateValidates skill structure: file layout, YAML frontmatter syntax and fields, naming conventions, description quality, body content, and references integrity. Outputs pass/fail report with fixes.
/test-allValidates all skills directories for SKILL.md files and YAML descriptions, checks installer references and documentation sync, reports pass/fail counts and issues.
/validate-skillValidates skill file at given path for structure, quality, security, standards, and ecosystem compliance, producing detailed report with summary, findings, recommendations, and readiness status.
/validate-skillsValidates installed skills for Claude Code, Codex, and Copilot CLI compatibility. Reports totals, errors, warnings, valid skills, issues, and fixes. Supports --target, --autofix, --errors-only flags.
/fire-validate-skillsValidates skills library structural integrity — checks frontmatter, required sections, cross-references, and markdown syntax with optional scope filtering by category or filename.