Build Test.mdc

Build & test

Views1
PublishedMay 30, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown
pip install -e .[dev]      # install
pytest                     # tests
uv run ruff check .        # lint
uv run ruff format .       # format
uv run mypy src            # type-check
Share: