AI diagnoses any failing test. Exact root cause. One-keystroke fix.
Point RootCause at any failing pytest, jest, or mocha test. It watches the execution, reads the source, scans git history, and returns a precise root cause with a unified diff you can apply instantly.
/ the problem
Every failing test hands you a stack trace and leaves you to do the detective work. You copy-paste into ChatGPT, it guesses. You grep through files, you check git log. 15 minutes later you find a one-line fix. RootCause collapses that to one command.
/ how it works
Executes pytest, jest, or mocha and captures full stdout, stderr, exit code
sys.settrace captures the exact call order, local variables, and line numbers for every frame
Reads ยฑ30 lines of source around the failure and the last 5 git commits touching those files
Returns root cause, exact location, confidence score, and a unified diff fix
/ use cases
MIT licensed. One command install. Works in CI today.
/ stay in the loop
Get notified when new tools land, features ship, or a tool reaches 1k stars. No noise. Unsubscribe any time.