Agent Skills
› katanemo/plano
› test-python
test-python
GitHub用于在修改 cli/ 代码后运行 Python CLI 测试。通过 uv 同步依赖并执行 pytest,若测试失败则诊断并修复问题。
Trigger Scenarios
修改了 cli 目录下的代码
需要验证 CLI 功能的正确性
Install
npx skills add katanemo/plano --skill test-python -g -y
SKILL.md
Frontmatter
{
"name": "test-python",
"description": "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.
Version History
- 0.4.26 Current 2026-07-06 00:27


