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


