HN
Self-Healing Back End That Does TDD
A crash hits Sentry — Helix diagnoses it, writes a failing test, generates a fix, and opens a pull request. Your team approves in Slack. Nothing merges without your sign-off.
$ git clone https://github.com/88hours/helix-community
From Sentry alert to merged PR — fully autonomous, always human-approved.
Each agent hands off to the next automatically. You only step in when the fix is ready.
Receives Sentry or Rollbar webhooks, classifies severity, detects language, produces structured crash report.
Deduplicates against open issues, clones repo, generates a failing test asserting correct behaviour. Retried if wrong.
By NomiJ