hyperloops
← home
browse · fork · run

A library of agent loops you can run.

Each loop is a reusable operating pattern — trigger, steps, model, tools, checks, budget, governance. Fork one into a durable runtime with a registry, telemetry, revision history, and a visible evidence label on every number that isn't wired to real data yet.

14 of 14 loops
Install hyperloops
official

Data QA Triage

"Catch the malformed row before it becomes policy."

Classify defective rows, verify JSON shape, and surface drift before it reaches production.

dataqaoutput contract
trigger
batch upload or webhook
runtime
2-6 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

CI Failure Triage

"A failed run should leave a map, not a mystery."

Collect logs, classify the likely root cause, propose a minimal patch plan, and open an approval item.

cigithubapproval
trigger
GitHub Actions failure webhook
runtime
3-8 min
governance
human approval
agent
Claude
@hyperloopsFork →
official

Release Prep

"Ship with a memory of how to come back."

Turn merged work into a release candidate with changelog, smoke checks, backups, and rollback notes.

releasechangelogrollback
trigger
manual or tag candidate
runtime
5-12 min
governance
human approval
agent
Claude
@hyperloopsFork →
official

Incident Follow-up

"The incident ends when the loop learns."

Convert an incident into a timeline, root cause draft, action items, and recurrence checks.

incidentpostmortemops
trigger
incident closed
runtime
6-15 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

Memory Proposal Review

"Memory changes should knock before they enter."

Let agents propose memory updates without letting them silently rewrite the floor.

memoryagentaudit
trigger
session end or operator request
runtime
1-4 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

Code Review QA

"Findings graded, not vibed."

Review a diff against a frozen checklist, grade each finding by severity, and post a structured review — no rubber stamps.

codereviewoutput contract
trigger
pull request opened
runtime
3-9 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

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.

testsciflaky
trigger
CI run or schedule
runtime
4-12 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

PR Babysitter

"Keep the pull request moving while you do other work."

Watch an open PR: keep it rebased, re-run checks, answer review nits, and nudge it toward merge.

githubprci
trigger
pull request opened
runtime
ongoing
governance
human approval
agent
Claude
@hyperloopsFork →
official

Ship a PR Until Green

"Iterate to green — under a budget, not forever."

Drive a branch from red to all-green: fix failing checks one at a time, under a budget and a stop gate.

cifixbudget guard
trigger
manual or failing PR
runtime
5-20 min
governance
human approval
agent
Claude
@hyperloopsFork →
official

Reach Coverage Target

"Cover the branch that bites, not the line that counts."

Add tests toward a coverage target where it matters — uncovered branches first, no assertion-free padding.

testscoverage
trigger
manual or schedule
runtime
6-18 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

De-Sloppify Pass

"Leverage compounds slop too. Sweep it."

Sweep a diff or module for AI slop — dead code, vague names, redundant comments — and tighten it.

cleanupreviewquality
trigger
manual or pre-merge
runtime
3-10 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

Migrate an API

"Migrate in batches you can read and revert."

Move call sites from an old API to a new one across the repo, in reviewable batches with a rollback note.

migrationrefactor
trigger
manual
runtime
8-25 min
governance
human approval
agent
Claude
@hyperloopsFork →
official

Morning Issue Triage

"Meet the backlog before it meets you."

Start the day with new issues sorted: label, dedupe, draft a first response, and flag the urgent ones.

issuestriagedaily
trigger
daily schedule
runtime
4-10 min
governance
propose only
agent
Claude
@hyperloopsFork →
official

Docs Drift Sentinel

"Docs rot in the dark. Put a light on them."

Watch code changes for docs that fall out of date, and open a doc-fix proposal when they drift.

docsdriftgithub
trigger
on merge or schedule
runtime
3-9 min
governance
human approval
agent
Claude
@hyperloopsFork →

Several loop patterns adapted from Awesome Agent Loops (CC BY 4.0). Step definitions and copy are original.