Skip to main content

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.

Zur Installation springen

Quellinformationen

Repository
recca0120/skills-refactor
Letzte Quellaktivität
19. Januar 2026 um 20:33
Erkannte Sprache von SKILL.md
Englisch
Sterne
1
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
skills-validator
description
Validates Skills after refactoring to ensure they work correctly. Use when user asks to validate skills, verify refactoring, or check skills still work.
# 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
Auf GitHub ansehen