aidlc-bug-killer

多Agent协作Bug修复工作流。用于三个Agent协作修bug:SubAgent发现bug,主Agent修复,ReviewAgent确认。当需要协调多个Agent修复项目bug时使用此skill。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aidlc-bug-killer" with this command: npx skills add sydpz/aidlc-bug-killer

AIDLC Bug Killer - 三Agent协作Bug修复系统

目录结构

card-tower/
└── aidlc-docs/
    └── bug-reports/
        ├── pending/           # 待处理bug (SubAgent写入)
        ├── waiting_confirm/   # 修复中/待确认 (主Agent写入)
        └── confirmed/         # 已确认完成 (ReviewAgent确认)

角色分工

角色职责写入目录
SubAgent分析代码,发现bug,生成报告pending/
主Agent读取bug,修复代码,更新状态waiting_confirm/
ReviewAgent验证修复,确认通过confirmed/

工作流

1. SubAgent发现Bug

创建文件:aidlc-docs/bug-reports/pending/B-XXX-title.md

使用模板:references/bug-template.md

2. 主Agent修复Bug

  1. 读取 pending/ 下的bug文件
  2. 分析并修复代码
  3. 更新bug文件状态
  4. 移动到 waiting_confirm/

3. ReviewAgent确认

  1. 读取 waiting_confirm/ 下的修复文件
  2. 运行测试验证
  3. 检查修复是否符合预期
  4. 移动到 confirmed/

Changelog 必须更新规则

每次合并代码到 master 后,必须更新 aidlc-docs/aidlc-state.md 的 changelog:

### YYYY-MM-DD
| 时间 | commit | 变更内容 |
|------|--------|----------|
| HH:MM | abc1234 | 描述 |

这是 Sub-Agent 获取主Agent进展的唯一入口。即使只改了一行代码也要写。

关键规则

  1. 一个bug一个文件 - 便于并行处理
  2. 状态同步 - 文件状态必须与实际一致
  3. 不删除bug - 已确认的移入confirmed,不删除
  4. 详细记录 - 便于追溯和复盘

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Plan Flow

Structured AI-assisted development workflows - discovery, planning, execution, code reviews, and testing

Registry SourceRecently Updated
3530Profile unavailable
Coding

BMad Method

Use BMad (Breakthrough Method of Agile AI Driven Development) framework for AI-driven development. Use for: architecture analysis, sprint planning, story gen...

Registry SourceRecently Updated
7160Profile unavailable
Coding

Gstack Openclaw

世界顶级思维合集 —— 融合Google Staff Engineer、Martin Fowler/Kent Beck/Jeff Dean工程思维、Paul Graham/Sam Altman创业思维、Elon Musk创新思维、Stripe/Airbnb设计思维。v2.5.10:移除install.sh以完全消...

Registry SourceRecently Updated
1.1K1Profile unavailable
Coding

Dev Git Guard

Enforce a git-first workflow for repository coding tasks. Use when Codex is working inside a local git repository to inspect, modify, debug, refactor, implem...

Registry Source
2200Profile unavailable