validate

Installation
SKILL.md

Validate

Run the narrowest checks that cover the files you have changed.

Triggers

Use this skill when asked to validate, lint, type-check, or test changes before committing.

Steps

  1. Identify which file types were changed (Python, JS/TS, shell, Markdown/agent docs, or mixed).

  2. Run only the checks relevant to changed files:

    **Python (**/\*.py)**

    uv run ruff format --check <paths>
    uv run ruff check <paths>
    
Related skills
Installs
1
GitHub Stars
1
First Seen
5 days ago