refine(skills): method-scholar-evaluation-dev - verify validation failure
- Lingua principale
- Jupyter Notebook
- Stelle
- 8
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 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
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.