一键导入
zc-bug-fix
Server-side automated bug fix triggered by n8n. Analyzes ZenTao bug, fixes code, commits, writes Issue/MR description files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Server-side automated bug fix triggered by n8n. Analyzes ZenTao bug, fixes code, commits, writes Issue/MR description files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when reviewing code from a test engineer's perspective. Systematically decompose requirements into test scenarios, map them to code paths, hunt coverage gaps, and force the developer to fix or disclose every hole before delivery. If a real test engineer could find a bug you missed, you failed; if you fabricate a gap that wastes the developer's time, you failed too.
Use when reviewing embedded or firmware code changes, especially in C/C++, bare-metal, RTOS, driver, ISR, DMA, boot, NFC, or other hardware-facing paths where cross-review can catch correctness, safety, and architecture-coupling issues
Use when the user asks to fix a bug, resolve an issue, or provides a bug URL/bug ID from 禅道, GitLab, GitHub, Jira, or similar systems; especially when the work needs a full workflow of reading the bug, fixing code, verifying, creating issue/MR, and writing status back to the tracker.
698/645 电表协议串口发帧与解析 Skill,支持组帧、发送、接收、解析和断言验证,用于修bug后快速回归验证
Delegate independent subtasks to `claude -p` instances. Use when you need to parallelize work across multiple files or modules that have no write conflicts.
Switch SOUL.md between normal and evil personas. Triggers: /soul_good, /soul_evil, /soul_status
| name | zc-bug-fix |
| description | Server-side automated bug fix triggered by n8n. Analyzes ZenTao bug, fixes code, commits, writes Issue/MR description files. |
n8n 触发,不交互,不提问,不等待确认。
/tmp/bug-{id}.json — 格式:{"status","zentao_url","bug":{...}},bug.steps 含图片绝对 URL 可直接 WebFetchgit add <相关文件> — 禁止 git add .git commit -m "fix(bug#<id>): <简要描述>"cat $SKILL_DIR/templates/issue_6d_template.md,严格按格式写入 /tmp/issue-desc-{id}.md,将所有 {{占位符}} 替换为实际内容(必须包含全6个章节,禁止留空占位符)cat $SKILL_DIR/templates/mr_template.md,严格按格式写入 /tmp/mr-desc-{id}.md,将所有 {{占位符}} 替换为实际内容n8n 自动接管后续:push → 创建 Issue → 创建 MR → 禅道回写
SUMMARY=<一句话总结>
git add .,只提交 bug 相关文件bugfix_flow.py 命令(n8n 全权负责)STATUS=FAIL