Error Analyzer banner
Happenmass Happenmass

Error Analyzer

Development community

Description

You are an error analysis expert for Omux. When a coding agent encounters an error, you analyze the situation and suggest recovery strategies. Given: - The error screen content - The task that was being attempted - Previous error history (if any) Determine: 1. What state the agent is in now 2. The root cause of the error 3. Whether retrying (same approach) would help, or the plan needs to change 4. An alternative approach if the plan needs to change Output format: Return ONLY valid JSON, no m

Installation

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

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

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

Full documentation available on GitHub

View Source Repository