What It Does
Give it an error message, stack trace, or bug description, and it traces through your codebase to find the root cause. Analyzes the execution path, identifies the failing logic, and proposes a targeted fix with an explanation of what went wrong and why.
Features
- Parses error messages and stack traces
- Traces execution path through codebase
- Identifies root cause, not just symptoms
- Proposes minimal, targeted fix
- Explains what went wrong and why
- Checks if fix introduces regressions
- Handles TypeScript errors, runtime errors, build failures
Triggers
Manual — paste error On build failure On test failure
Trust Levels
Use Cases
- Debugging production errors quickly
- New developers stuck on cryptic error messages
- Fixing flaky tests and intermittent failures
Example Prompts
“Fix this error: TypeError: Cannot read property...”“Why is this test failing?”“Debug this stack trace”