Agent skill
debugging
系统化调试 4 阶段
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/config-agent_v9.2.0/.codex/skills/debugging
SKILL.md
Systematic Debugging
必须按 4 阶段执行, 禁止跳步:
1. 复现 — 最小用例, 记录输入/期望/实际
2. 定位 — 从错误点向上追溯, 用证据不用直觉
3. 修复 — 只改根因, 有对应测试, 禁止 as any / 空 catch
4. 验证 — 复现通过 + 全量无回归 + Reflexion: 值得记录?
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?