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.

설치로 이동

소스 정보

저장소
recca0120/skills-refactor
최근 소스 활동
2026년 1월 19일 20:33
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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
GitHub에서 보기