awesome-loops / automation

Automation loops

Reusable agent workflows you can open in Claude, add to Cursor, or launch with Codex. Every submission is a Markdown automation reviewed through GitHub.

Claude Cursor Codex
Engineering curated

Adversarial review loop

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

code-review verification pull-request
Operations curated

Chief of staff inbox triage

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

inbox slack gmail
Engineering curated

Explore, plan, code, PR loop

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

planning pull-request tests
Engineering curated

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.

migration parallel batching
Operations curated

Feedback to render loop

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

feedback rendering slack
Evaluation curated

Full product evaluation loop

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

evaluation qa release
Engineering curated

Goal with test-suite oracle

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

migration goals tests
Operations curated

Memory diff workstream loop

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

memory workstreams notes
Documentation curated

Nightly changelog loop

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

changelog documentation release-notes
Documentation curated

Overnight docs sweep

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

documentation pull-request maintenance
Release curated

Post-release baseline loop

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

benchmarks release performance
Data quality curated

Production data cleanup loop

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

data-quality production cleanup
Operations curated

Production error sweep

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

production logs incident
Evaluation curated

Quality streak loop

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

evaluation qa regression
Engineering curated

Repository cleanup loop

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

git cleanup maintenance
Growth curated

SEO and GEO visibility loop

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

seo geo growth
Release curated

Stale-safe batch release loop

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

release pull-request ci
Customer support curated

Support refund polling loop

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

support polling browser
Engineering curated

Test-suite speed loop

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

tests performance ci
Evaluation curated

Visual verification loop

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

ui screenshots qa

Contribute

Create an automation loop

Send the prompt or instructions you actually use. The form creates a Markdown file in `_loops/` for the automation collection.