Error Analyzer.Cn banner
Happenmass Happenmass

Error Analyzer.Cn

Development community

Description

你是 Omux 的错误分析专家。当编码 agent 遇到错误时,你分析当前情况并给出恢复策略。 输入: - 出错时的屏幕内容 - 当时正在尝试的任务 - 此前的错误历史(如果有) 判断: 1. agent 当前处于什么状态 2. 错误的根本原因 3. 原方案重试是否有用,还是需要换方案 4. 如需换方案,给出替代方案 输出格式:**只返回**合法 JSON,不要 markdown 围栏,不要多余文本(键名与状态值保持英文): ```json { "status": "active" | "waiting_input" | "completed" | "error" | "idle", "confidence": 0.0-1.0, "detail": "错误根本原因,简短(≤ 200 字符)", "shouldReplan": true | false, "alternativeApproach": "如果 shouldReplan 为 true,给出替代方案,否则省略", "humanInterventionNeeded": true | false,

Installation

Installs to ~/.claude/skills/happenmass-omux-error-analyzer.cn/SKILL.md

Terminal
mkdir -p ~/.claude/skills/happenmass-omux-error-analyzer.cn && curl -fsSL https://raw.githubusercontent.com/Happenmass/omux/HEAD/prompts/error-analyzer.cn.md -o ~/.claude/skills/happenmass-omux-error-analyzer.cn/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository