Turn Your Debugging Process Into a Reusable Prompt
Document your personal debugging instinct as a reusable prompt — so others can benefit from your systematic approach when they're stuck.
6 prompts tagged
Document your personal debugging instinct as a reusable prompt — so others can benefit from your systematic approach when they're stuck.
Reviews your code the way a senior engineer would in a real PR review — finding correctness issues, edge cases, and maintainability concerns…
Get a prioritized, safe refactoring plan for old or messy code — with a sequenced approach that keeps things working while you improve them.
Diagnose a bug using a systematic elimination approach — understand the root cause, get a tested fix, and learn how to prevent the whole cla…