Quick Fix

Fast bug fix: diagnose the issue, apply minimal fix, verify build passes, run targeted review.

iabhisekbosepm 44bc164 565 B Updated

File contents

/quick-fix — Rapid Bug Fix

Fix: $ARGUMENTS

  1. Diagnose — Read errors/stack traces, trace execution via agents/code-explorer.md approach, find root cause
  2. Fix — Minimal change to root cause. No refactoring, no features, no "while I'm here" improvements.
  3. Verifytsc --noEmit, npm run build, run related tests
  4. Quick review — Check fix for security issues, swallowed errors, edge cases

iabhisekbosepm/claude-god-setup/tree/main/.claude/skills/quick-fix commit 44bc164d34

Frequently asked questions

npx skillmds@latest add iabhisekbosepm/quick-fix