refine(skills): method-scholar-evaluation-dev - verify validation failure
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 8
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Summary
`method-scholar-evaluation-dev` appears to have a valid 4-segment name but is failing validation. Investigation needed.
## Current Name Analysis
- **Name**: method-scholar-evaluation-dev
- **Segments**: 4 (method, scholar, evaluation, dev)
- **Focus**: dev ✓ (valid)
- **Issue**: Should pass validation - needs investigation
## Expected Pattern
```regex
^[a-z0-9]+-([a-z0-9]+-)?[a-z0-9]+-[a-z]+$
```
This pattern should match:
- category: method
- subcategory: scholar (optional)
- tool: evaluation
- focus: dev
## Refinement Checklist
- [ ] Investigate why validation fails for this skill
- [ ] Check if SKILL.md exists and has proper frontmatter
- [ ] Check for other validation errors (missing sections, etc.)
- [ ] Fix any identified issues
- [ ] Run `just validate-skill components/skills/method-scholar-evaluation-dev` to verify
## Validation Command
```bash
just validate-skill components/skills/method-scholar-evaluation-dev
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.