awesome-loops

Automation loops for Claude, Cursor, and Codex

Open them in Claude, add them to Cursor, or launch them with Codex. Every submission is a Markdown automation reviewed through GitHub.

Engineering

Adversarial review loop

Use a fresh context to review a diff against the original requirements, then fix only correctness gaps.

code-reviewverificationpull-request
Operations

Chief of staff inbox triage

Recurring inbox and Slack scan that identifies unanswered work, researches context, and drafts replies without sending.

inboxslackgmail
Engineering

Explore, plan, code, PR loop

Separate codebase exploration from implementation, then verify the change and open a reviewable PR.

planningpull-requesttests
Engineering

Fan-out migration loop

Generate a file list, test the migration prompt on a small sample, then run the same constrained task across many files.

migrationparallelbatching
Operations

Feedback to render loop

Monitor a feedback thread, revise the artifact when comments arrive, re-render, and post the new version for review.

feedbackrenderingslack
Evaluation

Full product evaluation loop

Define realistic scenarios for every major capability, fix failures, and rerun the whole evaluation set.

evaluationqarelease
Engineering

Goal with test-suite oracle

Give a long-running agent migration a hard finish line by requiring it to satisfy an existing test suite.

migrationgoalstests
Operations

Memory diff workstream loop

Keep a long-running workstream grounded by writing decisions and open loops to disk, then reviewing the diff.

memoryworkstreamsnotes
Documentation

Nightly changelog loop

Review the day's changes and update the changelog with user-visible updates or a recorded no-change result.

changelogdocumentationrelease-notes
Documentation

Overnight docs sweep

Review recent code changes, update stale documentation, and open a focused PR before the next workday.

documentationpull-requestmaintenance
Release

Post-release baseline loop

After a release lands, rerun standard benchmarks and store the new baseline with environment details.

benchmarksreleaseperformance
Data quality

Production data cleanup loop

Audit records against an allowed definition, clean invalid data, improve classification, and prove the retained data is valid.

data-qualityproductioncleanup
Operations

Production error sweep

Scan production logs, fix actionable root causes, verify the fix, and send a concise status update.

productionlogsincident
Evaluation

Quality streak loop

Run realistic cases until N pass in a row, restarting the streak whenever a failure is found and fixed.

evaluationqaregression
Engineering

Repository cleanup loop

Inspect branches, worktrees, commits, and PRs; recover valuable work and remove stale state with evidence.

gitcleanupmaintenance
Growth

SEO and GEO visibility loop

Audit indexability, answer readiness, structured data, and query coverage, then fix the highest-impact gap and rerun the benchmark.

seogeogrowth
Release

Stale-safe batch release loop

Review pending changes, exclude stale or unfinished work, combine only valid changes, and release from current main.

releasepull-requestci
Customer support

Support refund polling loop

Poll a customer-support chat until an agent joins, then respond quickly with the goal and evidence.

supportpollingbrowser
Engineering

Test-suite speed loop

Make a test suite faster without losing coverage or behavior, proving each improvement with repeatable timing.

testsperformanceci
Evaluation

Visual verification loop

Compare the implemented UI against a screenshot or design, list differences, fix them, and repeat.

uiscreenshotsqa

Create automation loop

Submit opens a GitHub issue. A repository workflow turns the issue into a PR.