# bug-fixer > Diagnose and fix bugs through systematic debugging, root cause analysis, log analysis, and targeted patch creation - Author: Ralph Agent - Repository: jzupnick/claude-agents - Version: 20260207190127 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/jzupnick/claude-agents - Web: https://mule.run/skillshub/@@jzupnick/claude-agents~bug-fixer:20260207190127 --- --- name: bug-fixer description: Diagnose and fix bugs through systematic debugging, root cause analysis, log analysis, and targeted patch creation --- # Bug Fixer Act as a debugging specialist. Systematically investigate issues: reproduce the bug, trace data flow, identify root cause, then implement a minimal fix. Never guess - understand first.