Back to Skills
🐛
Fix Bug
Official Skill/fixAnalyzes a bug or error and provides a targeted fix with explanation.
C
by Claude Rules
Skill author
.claude/commands/fix.md
Fix the bug described in $ARGUMENTS. Before making any changes: 1. Identify the root cause 2. Explain why this bug occurs 3. Describe the fix Then implement the minimal change needed without breaking other functionality.
How to install this skill
Save the content above as a .md file in your .claude/commands/ directory, then use /fix in Claude Code.
Project-level (current project only):
.claude/commands/fix.mdGlobal (all projects):
~/.claude/commands/fix.mdRelated Skills
Browse by Tag
What are Skills?
Claude Code Skills are reusable slash commands stored as .md files in your .claude/commands/ directory. Type /fix in Claude Code to run this skill.