hyperloops
← Library
codepropose only4-12 min

Kill Flaky Tests

"A red that means nothing trains you to ignore red."

Find tests that pass and fail on the same commit, quarantine them, and propose a deflake or a fix.

Fork loopCopy install command
CollectRunVerifyRecord
Kill
loop

anatomy

Collect context01Run loop steps02Verify checks03Record trace04
01
Collect context

Gather the source events and inputs for Kill Flaky Tests.

02
Run loop steps

Execute the template with its declared tools, model posture, and budget guard.

03
Verify checks

Hold output against: reproduce across N runs, quarantine, never delete, human approval.

04
Record trace

Write the run trace, audit event, and any proposal for operator review.

output contract

summaryRequired human-readable result with source references where applicable.
checksEvery declared check must report pass, fail, or held.
proposalOptional change proposal; never applied without the configured governance gate.
audit_refRequired trace pointer for replay and rollback.