Error Analyzer.Cn
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
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 RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11