# Quick Fix

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

- Skill: `iabhisekbosepm/quick-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add iabhisekbosepm/quick-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iabhisekbosepm/quick-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: iabhisekbosepm (https://skillmd.com/u/iabhisekbosepm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/iabhisekbosepm/quick-fix

---


# /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. **Verify** — `tsc --noEmit`, `npm run build`, run related tests
4. **Quick review** — Check fix for security issues, swallowed errors, edge cases

