-
-
Notifications
You must be signed in to change notification settings - Fork 410
Add scripts/ helper for bulk skill metadata validation #7
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtoolingDeveloper toolingDeveloper tooling
Description
Task
Create a Python utility script that contributors can run locally to validate their SKILL.md files before submitting a PR.
Requirements
- Script at
tools/validate-skill.py - Checks: required frontmatter fields, kebab-case name, description length, tags format
- Output: clear pass/fail with actionable error messages
- Usable as:
python tools/validate-skill.py skills/my-new-skill/
Difficulty: Easy — Python scripting
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtoolingDeveloper toolingDeveloper tooling