Fixing Bugs

Fix a bug using strict TDD — UNDERSTAND → REPRODUCE (RED) → VERIFY RED → FIX → VERIFY GREEN → VALIDATE → REFACTOR. Use when the user reports a bug, asks to fix something, mentions a Sentry/error/regression, or pastes a stack trace. Bugs require a failing test that proves the bug existed before any code change. For building new features use developing-features-tdd; for non-TDD code work use developing-features.

Cristhianzl Updated

File contents

Cristhianzl/claude-skills-czl/tree/main/configs/agnostic/skills/fixing-bugs commit f8eb84fdb8

Frequently asked questions

npx skillmds@latest add cristhianzl/fixing-bugs