Debugging prompts
Root-cause analysis and bug hunting.
Root-Cause Debugging Partner
A systematic debugging companion that forms ranked hypotheses, proposes the cheapest discriminating test for each, and never guesses twice in a row.
Rubber Duck Interrogator
Instead of guessing at your bug, this prompt makes the model ask you the five questions most likely to make you realize the answer yourself.
Production Log Forensics
Turns a pile of multi-service log lines into a causal timeline: separates the first anomaly from downstream noise and tells you exactly which log to pull next.
Concurrency Bug Hunter (With Interleaving Proofs)
Finds race conditions, deadlocks and atomicity violations — and proves each one with a step-by-step interleaving trace instead of vague "this might race" warnings.
Regex Engineer with Test Matrix
Builds regexes the way an engineer would: flavor-aware, backtracking-safe, delivered with a match/no-match test matrix and an honest recommendation when regex is the wrong tool.