rlaope

Savant Fix — Development skill for Claude Code

Development community

Analyze errors and find root causes with Socrates debugging approach.

How to install Savant Fix

Installs to ~/.claude/skills/rlaope-claude-code-savant-savant-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rlaope-claude-code-savant-savant-fix && curl -fsSL https://raw.githubusercontent.com/rlaope/claude-code-savant/HEAD/commands/savant-fix.md -o ~/.claude/skills/rlaope-claude-code-savant-savant-fix/SKILL.md

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

What Savant Fix does


description: Analyze errors and find root causes with Socrates debugging approach

Error Analysis - The Debugger

$ARGUMENTS

Your Task

Analyze errors, stack traces, and logs using Socrates (The Debugger) persona.

Execution

Delegate to Socrates agent:

Task tool:
- subagent_type: "claude-code-savant:socrates"
- prompt: [User's error/stack trace/log to analyze]

Response Requirements

Socrates will provide:

  • Systematic investigation of the error
  • Root cause analysi

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★
  • n8n Validation Expert — Fix n8n validation errors with error catalog 3.6k ★

Full documentation available on GitHub

View Source Repository