
python-testingPython 测试速查。当需要:(1) 运行 pytest 测试 (2) 使用 mock/patch (3) 参数化测试 (4) fixtures (5) 异步测试 (6) 覆盖率测试时使用。
ai-commitAnalyze staged changes and generate semantic commit messages automatically. Reads git diff --staged, analyzes code changes, generates conventional commit mes...
commit-diff-analyzerAnalyzes code changes between two git commits. Use when user provides two commit IDs and wants to understand what changed between them, including file modifi...