Skip to main content
Devin automation templates are pre-built automations you can deploy in a few clicks. Each template wires a trigger (a webhook, an integration event, or a schedule) to a Devin session with a ready-to-go prompt — so you get production-grade automation without writing any glue code.

Browse templates in your workspace

Open Automations → Templates in Devin to see every template live, with your integrations and MCP servers pre-checked.

How automation templates work

Every automation template has three parts:
  1. Trigger — what wakes Devin up. A GitHub webhook, a Slack reaction, a scheduled cron expression, or any other event that your connected integrations expose.
  2. Prompt — the instructions Devin follows when the trigger fires. Every template ships with a tuned default prompt you can edit before saving.
  3. Suggested limits — guardrails on compute spend (ACUs) and invocation rate so a runaway trigger can’t flood your bill. Start with the defaults and tune from there.
You can combine these with playbooks, knowledge, and integrations to produce automations that match your team’s exact conventions.

Templates by category

CI/CD

CI Failure Fixer

Automatically repair failing GitHub Actions and CI checks on pull requests with Devin.

/devin Issue Fix

Turn any GitHub issue into a fix PR by commenting /devin.

CircleCI Failure Fix

Auto-fix failing CircleCI pipelines.

Monitoring

SRE Incident Response

React with 🚨 on any Slack message to trigger an automated Devin SRE investigation that pulls logs, traces errors, and posts a root-cause summary.

Daily Sentry Error Fixes

Run a nightly Devin session that pulls top unresolved Sentry issues, investigates each one, and opens fix PRs by morning.

Datadog Alert Investigation

Auto-investigate Datadog alerts posted to Slack.

Daily Health Digest

Get a daily production health digest delivered to Slack.

Stripe Failed Payment Investigation

When a Stripe failed payment alert lands in Slack, Devin investigates the customer account, checks the payment method state, and recommends next steps.

Weekly Analytics Health Check

A weekly Metabase dashboard review.

Triage

Bug Report Triage

When a Linear ticket is labeled Bug, Devin automatically investigates — searches the codebase, checks git history, and posts a root-cause summary back to the ticket.

Customer Support Triage

Triage support tickets the moment they land in Slack.

Linear Ticket Implementation

Assign a Linear ticket to Devin and it ships the fix.

Jira Ticket to PR

Turn a Jira ticket into a pull request.

Jam Bug Report Investigation

When a Jam recording lands in Slack, Devin investigates the bug.

Maintenance

Nightly QA & Smoke Tests

Run your end-to-end test suite against staging every night.

Weekly Dependency Updates

Automate dependency upgrades.

Weekly Changelog

Auto-generate a weekly changelog from merged PRs.

Stale PR Cleanup

Keep your PR backlog tidy.

Security Vulnerability Scan

Weekly security scan that finds CVEs in your dependencies, creates tickets for each finding, and auto-opens patch PRs for clear fixes.

Cloudflare Security Audit

Automated Cloudflare security audit.

Security

Dependency Vulnerability Scanner

Scans your repositories for GitHub Security Advisories and CVEs in dependencies.

Secret Scanner

Scans repositories for committed secrets — API keys, tokens, private keys — then files urgent tickets and guides you through rotation.

Code Pattern Enforcer

Scans your codebase for anti-patterns, security smells, and deprecated APIs.

SRE Health Checker

Audits infrastructure-as-code and runbooks for reliability gaps.

OWASP Security Hardening

Audits your codebase against OWASP Top 10 vulnerabilities.

Code Quality

Figma Design Review on PR

Compare PR screenshots against the Figma source of truth.

SonarQube Quality Gate Fix

When SonarQube flags a quality gate failure, Devin reads the report, fixes the code smells and bugs, and re-runs the gate — all on the same PR.

Project Management

Weekly Status Digest to Notion

Publish a weekly engineering status update to Notion.

PRD to Linear Tickets

Turn a PRD or spec doc into a full Linear ticket backlog.

Asana Sprint Progress Report

Daily Asana standup summary delivered to Slack.

See also