Files
vibe_projects/.claude/skills/check/SKILL.md
2026-01-22 20:22:46 -05:00

302 B

name, description, disable-model-invocation
name description disable-model-invocation
check Run repo checks (ruff + pytest). true

Run:

  • Windows: powershell -ExecutionPolicy Bypass -File scripts/check.ps1
  • Linux/WSL: bash scripts/check.sh

If a check fails:

  • capture the error output
  • propose the smallest safe fix
  • re-run checks