README.md

July 11, 2026 · View on GitHub

AI Agent Automations

A curated collection of 50+ ready-to-run AI agent automations for real-world workflows.

English · 简体中文

For multiple agent environments and workflow platforms

Codex, Cursor, and Claude Code logo strip

Provider logo strip

Open in Codex Open in Cursor Open in Claude Code

Open the catalog assessment prompt directly in your AI app and let it recommend the best automation for your repo or workflow.

What this is

A collection of field tested and ready-to-run AI agent automations for real-world workflows.

Each automation includes a structured prompt and companion README you can run as-is, adapt to your stack, or use as inspiration for your own workflows. They cover practical tasks across code, inboxes, support, billing, observability, research, security, and team operations.

Browse by category, pick a workflow, and tune it to fit your tools, context, and use case.

GitHub Actions CI cost and time
GitHub Actions CI
Crypto market research
Crypto market research
Stripe failed payment risk
Stripe failed payment risk

Automations

Code Quality & Maintenance

Automations for repository cleanup, safer fixes, focused refactors, and recurring maintenance work.

AutomationWhat it doesSurfaceLinks
branch-change-test-coverageAdds missing tests for a recent branch or merged change, focusing on the behavior that matters most.Repo GitHubREADME · Prompt
critical-bug-fix-prFinds one critical bug in recent code changes, applies the smallest safe fix, and opens a draft PR.Repo GitHubREADME · Prompt
dead-code-sweepRemoves safe dead code and validates the cleanup so small maintenance work actually sticks.RepoREADME · Prompt
launchdarkly-feature-flag-cleanupRemoves old temporary feature-flag code and validates that the cleanup is still safe.Repo LaunchDarklyREADME · Prompt
sampled-refactorApplies one small safe refactor in the codebase to improve maintainability without changing behavior.Repo GitHubREADME · Prompt

Developer Workflow

Automations for pull request routing, CI visibility, and recurring developer-experience improvements.

AutomationWhat it doesSurfaceLinks
github-actions-ci-cost-and-time-digestShows which GitHub Actions jobs cost the most time and money, so teams know where to optimize first.GitHubREADME · Prompt
github-ci-speedup-optimizerTests one safe change to make GitHub Actions faster and reports whether it actually helped.GitHub RepoREADME · Prompt
github-pr-review-routerShows what each open PR is waiting on, so reviewers and authors know where attention should go next.GitHubREADME · Prompt

Security & Compliance

Automations for repository, dependency, Atlas, and external security signal review.

AutomationWhat it doesSurfaceLinks
atlas-security-posture-digestChecks the security setup of one MongoDB Atlas project and highlights the issues most worth reviewing.MongoDBREADME · Prompt
brand-typosquat-monitorFinds suspicious typo or lookalike domains for your brand so teams know what to investigate first.Public WebREADME · Prompt
cisa-kev-relevance-digestFinds CISA known exploited vulnerabilities that may matter to your codebase and highlights the ones worth reviewing.Public Web RepoREADME · Prompt
dependency-vulnerability-autofixFixes one real dependency vulnerability with a small validated change that is easy to review.Repo GitHubREADME · Prompt
license-compliance-drift-digestShows dependency license changes that may create risk, so compliance review stays focused.RepoREADME · Prompt
scan-codebase-vulnerabilitiesFinds real application security issues in a repository with a believable attack path, not just scanner noise.RepoREADME · Prompt

Local Security

Automations for local-host persistence checks, firewall review, network inspection, and workstation security monitoring.

AutomationWhat it doesSurfaceLinks
launchagent-launchdaemon-evidence-packFinds launchd items on macOS that may need investigation, with a short evidence pack for review.Local HostREADME · Prompt
local-listening-service-and-firewall-auditShows which local services are exposed and how the firewall is set up, so host risk is easier to review.Local HostREADME · Prompt
local-network-monitorSummarizes current network activity on a local machine with the signals most worth a closer look.Local HostREADME · Prompt
local-security-monitorRuns a basic security health check on a local machine and highlights the issues most worth attention.Local HostREADME · Prompt
shell-history-anomaly-digestFinds unusual or risky patterns in shell history that may deserve a human follow-up.Local HostREADME · Prompt

Observability & Incident Response

Automations for production error triage, latency investigation, and engineering follow-up driven by live signals.

AutomationWhat it doesSurfaceLinks
new-relic-error-fixerFixes one important production error from New Relic when the code path and smallest safe fix are clear.New Relic RepoREADME · Prompt
new-relic-latency-hotspot-fixerFinds one important latency hotspot and prepares a small fix when the bottleneck is clear enough.New Relic RepoREADME · Prompt
sentry-slack-triage-digestPosts a short Sentry issue digest to Slack so teams can review what matters now.Sentry SlackREADME · Prompt
sentry-triage-and-fixFixes one important Sentry issue and turns it into a focused, reviewable code change.Sentry RepoREADME · Prompt
slack-engineering-signal-digestSummarizes the most important recent engineering Slack discussions so teams can catch up quickly.SlackREADME · Prompt

Cost & Performance

Automations for recurring cost review, infrastructure efficiency, and performance optimization opportunities.

AutomationWhat it doesSurfaceLinks
atlas-cost-optimization-digestFinds the biggest cost-saving opportunities in one MongoDB Atlas project, with the clearest places to optimize first.MongoDBREADME · Prompt
atlas-performance-advisor-digest-and-prReviews Atlas Performance Advisor recommendations, explains which ones look worth testing, and can prepare one safe index PR.MongoDB RepoREADME · Prompt
new-relic-cost-and-ingest-hygiene-auditFinds telemetry waste and cost drivers in New Relic, with the clearest cleanup opportunities first.New RelicREADME · Prompt

Database Reliability

Automations for MongoDB query health and production data-contract drift detection.

AutomationWhat it doesSurfaceLinks
mongodb-query-anti-pattern-scoutFinds risky MongoDB query patterns in code, backed by the Atlas signals most worth fixing.MongoDB RepoREADME · Prompt
production-data-contract-change-watchFinds differences between live data and your expected data shape before the drift turns into bugs.MongoDB RepoREADME · Prompt

Inbox & Calendar

Automations for inbox triage, meeting-response drafting, and sent-mail follow-up.

AutomationWhat it doesSurfaceLinks
gmail-inbox-triageSorts new inbox email and archives low-value messages so the inbox stays focused on what matters.GmailREADME · Prompt
gmail-meeting-request-draft-assistantDrafts replies to meeting requests based on calendar availability, without automatically booking anything.Gmail CalendarREADME · Prompt
gmail-sent-email-follow-up-watcherFinds sent emails that may need a follow-up, so important conversations do not go quiet.GmailREADME · Prompt

Automations for recurring market, ecosystem, newsletter, and machine-learning research digests.

AutomationWhat it doesSurfaceLinks
crypto-market-research-digestSummarizes the most important recent crypto market developments in a quick research brief.Public WebREADME · Prompt
github-trending-digestSummarizes the top projects on GitHub Trending and explains why each one stands out.GitHub Public WebREADME · Prompt
gmail-newsletter-intel-briefTurns newsletters into one short brief with the main takeaways worth reading.Gmail Public WebREADME · Prompt
huggingface-model-digestSummarizes notable new Hugging Face models with quick context on what they do and why they matter.Hugging FaceREADME · Prompt
huggingface-weekly-papers-digestSummarizes recent Hugging Face paper activity in a compact weekly research brief.Hugging FaceREADME · Prompt

Customer Success

Automations for customer voice analysis, renewal-risk detection, and support-driven documentation improvements.

AutomationWhat it doesSurfaceLinks
plain-customer-voice-digestSummarizes what customers are saying in support conversations, grouped into the signals that matter most.PlainREADME · Prompt
plain-renewal-risk-digestFinds customers showing signs of renewal or churn risk, so success teams can review the right accounts first.Plain StripeREADME · Prompt
support-docs-gap-drafterDrafts a small docs improvement from repeated support questions, so the same tickets happen less often.Docs RepoREADME · Prompt

Revenue & Billing

Automations for billing mail handling, subscription risk review, payment recovery, and Stripe operational health.

AutomationWhat it doesSurfaceLinks
gmail-billing-organizerOrganizes billing emails like invoices, receipts, and renewals so important finance messages are easier to track.GmailREADME · Prompt
stripe-cancel-at-period-end-watchFinds subscriptions scheduled to cancel that deserve attention, ranked by who looks most worth saving.StripeREADME · Prompt
stripe-failed-payment-risk-digestFinds failed payments most likely to become churn, cash collection, or support risk, so teams can act first.StripeREADME · Prompt
stripe-webhook-health-watchChecks whether Stripe webhooks are healthy and highlights delivery failures or setup problems worth fixing.StripeREADME · Prompt

Marketing

Automations that turn shipped engineering work into product-facing launch copy.

AutomationWhat it doesSurfaceLinks
backlink-opportunity-finderFinds unlinked mentions of your brand, drafts polite outreach in Gmail, and tracks what was already handled so backlink follow-up stays focused.Public Web GmailREADME · Prompt
github-product-post-draftsTurns shipped GitHub work into draft product posts that are easier to publish and refine.GitHubREADME · Prompt

Work Triage

Automations that create, route, sync, or prioritize follow-up engineering work in a backlog system.

AutomationWhat it doesSurfaceLinks
dependency-major-upgrade-plannerTurns major dependency upgrades into concrete migration tasks so teams can plan the work clearly.Repo LinearREADME · Prompt
linear-triage-routerRoutes new Linear issues to the right team and priority when the signal is strong enough.LinearREADME · Prompt
sentry-linear-backlog-syncTurns actionable Sentry issues into Linear backlog items so recurring production problems get tracked.Sentry LinearREADME · Prompt
todo-linear-sync-and-fixFixes easy TODOs and turns the rest into Linear tasks so loose notes become real follow-up.Repo LinearREADME · Prompt