Validate Skill
Quick Start
- Run skill/router validation:
python3 scripts/quality/validate_skills.py - Run marketplace metadata validation:
python3 scripts/quality/validate_marketplace.py - Run Python lint:
ruff check scripts/ - Report pass/fail per check with concrete errors.
- Follow the full workflow: Validation Workflow
When to Use
- Before opening or merging any PR.
- After changing SKILL.md, references, scripts, or site generation code.
When NOT to Use
- If you only need dataset schema validation, use audit-pipeline validators.
- If required dependencies are missing, checks cannot run.