mirror of
https://github.com/katanemo/plano.git
synced 2026-04-24 16:26:34 +02:00
* add claude code skills and streamline CLAUDE.md * remove claude code attribution from PR skill * update pr skill
257 B
257 B
| name | description |
|---|---|
| test-python | Run Python CLI tests. Use after making changes to cli/ code. |
cd cli && uv sync— ensure dependencies are installedcd cli && uv run pytest -v— run all tests
If tests fail, diagnose and fix the issues.