Agent skill
validate-skill
Validate SKILL.md artifacts for schema, quality, safety, portability, and scoring compliance.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/validate-skill-msiccdev-ai-context-kit
Metadata
Additional technical details for this skill
- source prompt
- prompts/validate-skill.prompt.md
- workflow type
- validation
SKILL.md
Validate Skill
Purpose
Validate SKILL.md files with deterministic checks and produce structured validation reports.
When To Use
- Use this skill when validating any
skills/<name>/SKILL.mdartifact. - Use this skill before accepting skill updates.
- Do not use this skill to generate new skills.
Required Inputs
- Target skill folder path.
- Target
SKILL.mdpath. - Validation strictness expectations (if any).
Workflow
- Run validation phases from
references/phase-checks.md. - Generate report using
references/report-contract.md. - Apply deterministic scoring from
references/scoring.md. - Classify findings into critical/warning/enhancement buckets.
- Produce implementation-ready remediation guidance.
Output Expectations
- Structured markdown validation report.
- PASS/WARN/FAIL status and compliance score.
- Actionable fixes for blocking and non-blocking issues.
Resources
- Phase checks:
references/phase-checks.md - Report contract:
references/report-contract.md - Scoring model:
references/scoring.md - Skill template:
../../templates/skill_template/SKILL.md
Constraints And Safety
- Keep findings deterministic and concise.
- Preserve provider neutrality.
- Do not modify validated source files automatically.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?