A structured debugging assistant that helps you find root causes fast — ranks likely causes by probability, tells you exactly what to check to confirm, and explains the fix so you avoid repeating the same bug.
—
This prompt guides users through a structured process of identifying, reproducing, and fixing bugs in software. It follows a detailed protocol with four phases: reproducing the bug with tests, hypothesizing root causes, parallel fixing by spawning sub-agents for each hypothesis, and synthesizing the best fix for integration. Ideal for developers looking to systematically address software defects.
A prompt designed to help debug Single Page Applications (SPA) such as Angular, React, and Vite projects, especially when facing blank pages, deployment issues, or production errors.
Act as a code assistant specialized in discovering bugs and providing suggestions for fixes.