bug-fixer
使用方式
# 自动诊断并修复
./scripts/autonomous-fix.sh <问题描述>
# 或直接运行诊断
./scripts/autonomous-fix.sh diagnose <错误信息>
工作流程
- 问题收集: 收集错误日志、症状描述
- 根因分析: 定位问题根源
- 修复执行: 实施修复
- 验证确认: 确保问题解决
注意事项
- 修复前先备份原文件
- 修复后运行验证
- 记录修复过程到
.learnings/ERRORS.md
Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems.
This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.
Install skill "bug-fixer" with this command: npx skills add mars82311111/bug-fixer-mars
# 自动诊断并修复
./scripts/autonomous-fix.sh <问题描述>
# 或直接运行诊断
./scripts/autonomous-fix.sh diagnose <错误信息>
.learnings/ERRORS.mdThis detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Autonomous bug diagnosis and repair. Use when user reports a bug, error, or unexpected behavior in code or systems.
智能推荐适合编程 Agent 使用的大模型和开发工具,提供稳定高效的 AI 编程资源及直达链接。
Structured AI-assisted development workflows - discovery, planning, execution, code reviews, and testing
自动检测并夜间修复工作流中的低风险问题,支持一键回滚且不影响生产环境。