home/productivity/test-first-bug-fixing-approach

Test-First Bug Fixing Approach

GPTClaudeGemini··1,039 copies·updated 2026-07-13
test-first-bug-fixing-approach.prompt
I have a bug: ${bug}. Take a test-first approach: 1) Read the relevant source files and existing tests. 2) Write a failing test that reproduces the exact bug. 3) Run the test suite to confirm it fails. 4) Implement the minimal fix. 5) Re-run the full test suite. 6) If any test fails, analyze the failure, adjust the code, and re-run—repeat until ALL tests pass. 7) Then grep the codebase for related code paths that might have the same issue and add tests for those too. 8) Summarize every change made and why. Do not ask me questions—make reasonable assumptions and document them.

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{bug}
Unlock with Pro →

when to use it

Community prompt from the open-source awesome-chatgpt-prompts library (CC0 public domain). A proven "Test-First Bug Fixing Approach" starting point — swap in your own specifics and constraints. Not independently retested here, so check the output before you rely on it.

tags

productivitycommunitygeneral

source

awesome-chatgpt-prompts · CC0 1.0 (public domain)