# Skills Validator

> Validates Skills after refactoring to ensure they work correctly. Use when user asks to validate skills, verify refactoring, or check skills still work.

- Skill: `tomevault-io/skills-validator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/skills-validator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/skills-validator/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/skills-validator

---


# Skills Validator

## When to Use

This is **Step 3** of the refactoring workflow:

1. analyze → Identifies issues
2. extract → Performs refactoring
3. **validate** ← You are here

**Prerequisite**: Refactoring completed by skills-extractor.

## Workflow

### Step 1: Reference Check

Verify all references exist and YAML frontmatter is intact.

> Checklist: `references/checklist.md`

### Step 2: Content Check

Compare before/after to ensure triggers, actions, and output format unchanged.

### Step 3: Generate Test Prompts

Create test prompts from each skill's description to verify activation.

## Output

```markdown
# Validation Report

## Reference Check
- [x] skill-a: All references valid
- [ ] skill-b: Missing `shared/example.md`

## Test Prompts
- "[trigger phrase]" → Should activate [skill-name]

## Issues Found
- [List any problems]
```

## Next Step

If issues found → Fix and re-run validation
If all pass → Refactoring complete

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/recca0120) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

