Analyze Mistakes banner
Leo-Atienza Leo-Atienza

Analyze Mistakes

Development community

Description

--- name: analyze-mistakes description: "Analyze recent failures and error patterns for trends. Weekly companion to /reflect — reflect captures learnings, this audits failures." allowed-tools: - Read - Glob - Grep - Bash --- <objective> Review accumulated failure data and vault error entries to surface patterns, recommend consolidation, and propose prevention mechanisms. Run weekly alongside /reflect. </objective> <process> ## Step 1: Read Failure Logs ```bash # Recent failures (last

Installation

Installs to ~/.claude/skills/leo-atienza-atlas-claude-analyze-mistakes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leo-atienza-atlas-claude-analyze-mistakes && curl -fsSL https://raw.githubusercontent.com/Leo-Atienza/atlas-claude/HEAD/commands/analyze-mistakes.md -o ~/.claude/skills/leo-atienza-atlas-claude-analyze-mistakes/SKILL.md

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

Full documentation available on GitHub

View Source Repository