Kaya
Prompt
Features
Pricing
Library
AI Directory
Blog
FR
EN
Log in
Sign up
← Back to library
code
Score: 93/100
For Claude Code
Structured bug debugging
Complete brief to get a bug fixed without regressions.
Fill in the variables
{{language_framework}}
{{error}}
{{expected_behavior}}
{{test_command}}
Your personalized prompt
Copy prompt
Technical context: {{language_framework}} Observed bug: {{error}} Expected behavior: {{expected_behavior}} Your mission: 1. Mentally reproduce the bug and identify the root cause before touching code 2. Propose the minimal fix (no opportunistic refactoring) 3. Check side effects on calling functions 4. Run tests: {{test_command}} 5. Summarize: root cause, files changed, residual risk Constraint: if several causes are plausible, instrument first (targeted logs) instead of guessing.
Go further: optimize this prompt →