Agent Skills
› katanemo/plano
› test-python
test-python
GitHub用于运行 Python CLI 模块的测试套件。执行依赖同步并调用 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


