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


