AI-powered parallel bug fixer using Claude CLI and VS Code
Project description
claude-fix-bugs
AI-powered parallel bug fixer using Claude CLI and VS Code.
从 bugs.md 解析未修复的 bug,自动分析文件冲突,在 VS Code 终端中并行调用 Claude 修复。
安装
pip install claude-fix-bugs
前置条件
- Python >= 3.8
- VS Code(
code命令在 PATH 中) - Claude CLI
使用
修复 bug
在项目根目录准备好 bugs.md,格式:
1. 登录页面点击按钮无响应
2. 用户列表分页不正确 [已修复]
3. 导出 CSV 编码错误
然后运行:
fix-bugs
工具会自动:
- 解析未修复的 bug(跳过
[已修复]) - 调用 Claude 分析文件冲突,决定并行/串行
- 在 VS Code 终端中启动最多 6 个并行修复任务
- 修复完成后自动标记
[已修复]
安装 VS Code 扩展
fix-bugs install
首次运行 fix-bugs 时也会自动安装。
开发
cd tools/fix-bugs
pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
claude_fix_bugs-0.1.0.tar.gz
(11.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claude_fix_bugs-0.1.0.tar.gz.
File metadata
- Download URL: claude_fix_bugs-0.1.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d770294adb2aa72cf7a100186ee2fa85342a94a32b86bcc45871815bbdb4c17
|
|
| MD5 |
94fc14a24cc27a273944c9a62d22a581
|
|
| BLAKE2b-256 |
8ba88cf7f8cf578e62a5c740ab6598466e3e14ffcae9b244de43748ba17b436e
|
File details
Details for the file claude_fix_bugs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: claude_fix_bugs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc14ce5901faae0c47bbd1a500377db94c0e2bc4ded25b80c0626fb6886214c
|
|
| MD5 |
98140fa73e95194152b81f56af21ac32
|
|
| BLAKE2b-256 |
379cd8b750ba6a5344c2d62a0a71dfa3a8bebc56b5961bc8315d2bc99ec62249
|