Back to Skills
🐛

Fix Bug

Official Skill
/fix

Analyzes 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.md

Global (all projects):

~/.claude/commands/fix.md

Related 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.

Learn more in the docs