bug-fixer Skill
Debug and fix bugs
When to use
404 errors, fake data, broken features, type errors
Example
/bug-fixer Fix: admin dashboard shows fake data - replace with real Supabase queries
What it does
- •Analyzes the bug
- •Finds root cause
- •Makes minimal fixes
- •Replaces mock → real data
- •Runs targeted tests when needed
- •Reports what changed
Quality checks
- •Root cause identified
- •Minimal changes only
- •Targeted tests pass (when run)
- •No new errors