Savant Fix — Development skill for Claude Code
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
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 RepositoryRelated Skills
Unity Fix
Diagnoses and fixes a Unity bug — reads console errors, checks common causes, applies targeted fix, verifies v
Analyze CI
Fetch and analyze failing CI checks across all open PRs, identify root causes, and summarize actionable fixes
Fixbuild
Run build, capture error, fix it, re-run — fast loop for type errors and build failures without heavyweight de
Root Cause Tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematical
Investigator
Root-cause debugging specialist that diagnoses issues through systematic investigation before proposing any fi
Pbi Error
Diagnose DAX errors across 7 categories (syntax, type mismatch, circular dependency, missing column, ambiguous
Related Agents
Debug Agent
You are a specialized debugging agent. Your job is to investigate issues, trace through code, analyze logs, an
Error Analyzer
Analyze multiple PostHog errors in parallel to identify patterns, root causes, and prioritize fixes based on u
Auto Error Resolver
Fix compilation errors, build failures, type errors, or test failures. Systematically identifies root causes a