Validate

Run all local quality checks before submitting a PR

keep-starknet-strange af6c776 2 files · 1.3 KB Updated

File contents

Validate Skill

Quick Start

  1. Run skill/router validation: python3 scripts/quality/validate_skills.py
  2. Run marketplace metadata validation: python3 scripts/quality/validate_marketplace.py
  3. Run Python lint: ruff check scripts/
  4. Report pass/fail per check with concrete errors.
  5. 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.

keep-starknet-strange/starknet-skills/tree/main/.claude/skills/validate commit af6c77686a

Frequently asked questions

npx skillmds@latest add keep-starknet-strange/validate