e-volv

Playbook catalog

Everyplaybook,specified

Each entry below is a real workflow manifest — its trigger conditions, its step graph, the agent that runs it, and the exact tools that agent is handed. Import one and it becomes yours to edit.

88
playbooks
10
jobs
9
trigger kinds
15
step types
37
tools used
4
agent types
Job
Trigger
Capability

88 of 88 playbooks

Compliance4 steps

Access Review

Monthly compliance scan of workspace members, integrations, service accounts, and valid tokens, routing flagged items through owner approval.

Runs on
Day 1 of each month at 09:00 UTC
Agent
Senior Developer · 4 tools
  1. Trigger
  2. Agent Run
  3. Approval Gate
  4. Create Ticket
Open spec
Review3 steps

Accessibility Audit

Reviews UI PRs for accessibility defects, posts inline threads citing WCAG criteria, and submits a summary review.

Runs on
pull_request.opened
Agent
Code Reviewer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Agent Ops3 steps

Agent Tool Failure Triage

Daily clustering of tool-level failures across execution step outputs, filing one ticket per novel failure cluster.

Runs on
Every day at 07:00 UTC
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Agent Run
  3. Create Ticket
Open spec
Observability4 steps

Alert to Ticket Enrichment

Turns a raw alert into an actionable ticket with a hypothesis, owning code, suspect deploys, and prior occurrences.

Runs on
manual.fire
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Create Ticket
Open spec
Review4 steps

API Deprecation Sweep

Monthly scan of deprecated endpoints, fields, and headers that files removal tickets for anything past its sunset date.

Runs on
Day 1 of each month at 05:00 UTC
Agent
Senior Developer · 4 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Create Ticket
Open spec
Compliance3 steps

Audit Evidence Collector

Monthly assembly of the SOC 2 / ISO 27001 evidence pack from deploy, access, incident, and vulnerability data, calling out any gaps.

Runs on
Day 1 of each month at 06:00 UTC
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Agent Run
  3. Create Ticket
Open spec
Security4 steps

Auth Surface Diff

Compares the authentication and authorization surface of every route before and after a PR, flagging any route that gained public reachability.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Docs3 steps

Auto Docs Update on Merge

Watches merged PRs and opens follow-up PRs when code changes affect existing docs.

Runs on
pull_request.merged
Agent
Tech Writer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review3 steps

Auto PR Description

Generates structured PR descriptions from the diff, commits, and linked tickets.

Runs on
pull_request.opened
Agent
Tech Writer · 4 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Planning4 steps

Auto Root Cause Analysis

Investigates bug-labeled issues, traces the root cause in code, and posts the analysis with a fix.

Runs on
issue.labeled
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Docs3 steps

Auto Update AGENTS.md

Nightly scan that keeps the AGENTS.md AI-context file current, opening a PR only when it drifts.

Runs on
Every day at 02:00 UTC
Agent
Tech Writer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review4 steps

Backport to Release Branch

Label a merged PR `backport/<version>` and the playbook opens a matching backport PR.

Runs on
pull_request.labeled
Agent
Senior Developer · 12 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Planning5 steps

Blocked Ticket Escalator

Tracks tickets that move to a blocked status and escalates with status updates at 3 days and to the board owner at 7 days.

Runs on
ticket.status_changed
Agent
Product Manager · 6 tools
  1. Trigger
  2. Read Ticket
  3. Agent Run
  4. Comment
  5. Update Ticket
Open spec
Planning2 steps

Break Down Ticket

Decomposes a labeled ticket into a concrete set of proposed sub-tasks.

Runs on
ticket.labeled
Agent
Senior Developer · 3 tools
  1. Trigger
  2. Agent Run
Open spec
Review3 steps

API Contract Breaking-Change Detector

Detects breaking changes in published API contracts, names affected consumers, and labels the PR.

Runs on
pull_request.opened
Agent
Code Reviewer · 10 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
CI3 steps

Build Cache Optimizer

Monthly review of Dockerfiles and CI cache configuration that opens a PR with reordering to save dependency-install layers.

Runs on
Day 1 of each month at 00:00 UTC
Agent
Senior Developer · 8 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Performance4 steps

Bundle Size Guard

Builds the PR branch and base branch, compares bundle sizes, and attributes growth to specific imports or missing dynamic imports.

Runs on
pull_request.opened +1
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Docs3 steps

Changelog Generator

Classifies each merge to the default branch and adds a changelog entry.

Runs on
pull_request.merged
Agent
Tech Writer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
CI4 steps

CI Duration Regression Watch

Weekly analysis of CI durations that identifies regressed jobs, opens the workflow definition, and proposes a specific cause and fix.

Runs on
Every Monday at 07:00 UTC
Agent
Senior Developer · 6 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Create Ticket
Open spec
Performance5 steps

Cloud Cost Anomaly

Weekly billing anomaly detection correlated against infrastructure changes and deploys to name the change most likely causing a spike.

Runs on
Every Monday at 07:00 UTC
Agent
Senior Developer · 7 tools
  1. Trigger
  2. HTTP Request
  3. Clone
  4. Agent Run
  5. Create Ticket
Open spec
Review3 steps

Code Review

AI-powered PR reviews that flag bugs, security issues, and performance problems inline.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 6 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review3 steps

Commit Message Rewriter

Proposes the correct squash-merge commit message for a PR, derived from the diff, and updates the proposal on each push.

Runs on
pull_request.opened +1
Agent
Tech Writer · 5 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
CI4 steps

Contract Test Generator

Generates a passing contract test for every new endpoint added in a PR and opens a follow-up PR with the tests.

Runs on
pull_request.opened
Agent
Senior Developer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Planning3 steps

Create PR from Design

Turns a spec-bearing issue labeled ready-for-implementation into a working, convention-following PR.

Runs on
issue.labeled
Agent
Senior Developer · 12 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review4 steps

Dark Mode Audit

Reviews style changes for colors that render one theme's text on the other theme's background and checks both themes define every new token.

Runs on
pull_request.opened
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Review4 steps

DB Query Review

Reviews database changes for the silent failure modes specific to raw SurrealQL: record-id casting, id resolution, datetime types, and FLEXIBLE placement.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 6 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
CI3 steps

Dead Code Sweep

Monthly scan that verifies and removes unused exports, dead files, and unused dependencies via a reviewable pull request.

Runs on
Day 1 of each month at 04:00 UTC
Agent
Senior Developer · 11 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Security3 steps

Dependency Bump

Weekly PRs that update dependencies to their latest in-range minor and patch versions.

Runs on
Every Monday at 09:00 UTC
Agent
Senior Developer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Security5 steps

Dependency Vulnerability Triage

Weekly scan that runs the ecosystem audit, then checks whether each CVE is actually reachable in your code before filing a ticket.

Runs on
Every Monday at 06:00 UTC
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Identify Repo
  3. Clone
  4. Agent Run
  5. Create Ticket
Open spec
CI3 steps

Deploy Verification

After a deploy workflow succeeds, independently verifies that serving revisions, health endpoints, and client bundles match the built commit.

Runs on
ci_workflow.completed
Agent
Senior Developer · 6 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review4 steps

Design Token Drift

Finds hard-coded visual values in frontend PRs and maps each violation to the correct design token or primitive.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 8 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Planning3 steps

Duplicate Issue Detector

Compares new issues against existing open ones and links likely duplicates.

Runs on
issue.opened
Agent
Senior Developer · 2 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
Planning5 steps

Engineering Weekly Digest

Once a week, assembles merged PRs, closed issues, in-flight tickets, and stuck work into a readable digest.

Runs on
Every Friday at 07:00 UTC
Agent
Tech Writer · 8 tools
  1. Trigger
  2. Clone
  3. List Tickets
  4. Agent Run
  5. Create Ticket
Open spec
Observability4 steps

Error Budget Report

Weekly SLI/SLO report that computes error-budget burn rate and states the policy consequence when a budget is more than 75% consumed.

Runs on
Every Monday at 09:00 UTC
Agent
Senior Developer · 2 tools
  1. Trigger
  2. HTTP Request
  3. Agent Run
  4. Create Ticket
Open spec
Interaction3 steps

First-Time Contributor Welcome

Posts a genuinely useful welcome comment on a first-time contributor's PR, naming checks, conventions, test locations, and a maintainer.

Runs on
pull_request.opened
Agent
Tech Writer · 6 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
CI3 steps

Fix CI

Reads CI failure logs, locates the root cause in the diff, and pushes a fix.

Runs on
ci_workflow.completed
Agent
Senior Developer · 12 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review3 steps

Fix Review Comments

Comment /fix-comments on a PR and an agent implements the requested review changes on the branch.

Runs on
Comment /fix-comments
Agent
Senior Developer · 11 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
CI4 steps

Flaky Test Detector

Runs the test suite five times on the same commit and files a ticket for every non-deterministic test.

Runs on
Every Sunday at 03:00 UTC
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Create Ticket
Open spec
Planning2 steps

Generate Requirements

Turns a labeled ticket into a structured requirements document, posted as a comment.

Runs on
ticket.labeled
Agent
Product Manager · 3 tools
  1. Trigger
  2. Agent Run
Open spec
Planning2 steps

Generate Technical Design Proposal

Produces a technical design proposal from a ticket and its requirements.

Runs on
ticket.labeled
Agent
Senior Developer · 3 tools
  1. Trigger
  2. Agent Run
Open spec
Review4 steps

i18n String Extractor

Finds user-facing strings hard-coded in UI PRs and proposes extraction to the translation catalogue with suggested keys.

Runs on
pull_request.opened
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Security4 steps

IaC Security Review

Reviews infrastructure PRs for public storage, open firewall rules, privileged containers, plain secrets, and over-broad IAM roles.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Docs3 steps

Implement Documentation from Issue

Turns docs-labeled issues into documentation PRs written in the repository’s existing style.

Runs on
issue.labeled +1
Agent
Tech Writer · 11 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
CI3 steps

Incident Response

Treats CI failures on protected branches as potential incidents and starts the response.

Runs on
ci_workflow.completed
Agent
Senior Developer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Interaction3 steps

Interactive Mention Response

@mention the bot in any PR, issue, or ticket thread and get a repository-aware answer in place.

Runs on
mention
Agent
Senior Developer · 14 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Planning3 steps

Issue Triage

Labels new issues as bug, feature, question, docs, or task and checks for missing info.

Runs on
issue.opened
Agent
Senior Developer · 4 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
Security4 steps

License Compliance Scan

Weekly dependency-tree scan that files one ticket listing every licence violation, review item, or unknown package.

Runs on
Every Monday at 05:00 UTC
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Create Ticket
Open spec
Agent Ops3 steps

LLM Cost Regression Watch

Weekly comparison of execution cost against the trailing baseline, flagging agents whose cost-per-run rose and attributing the cause.

Runs on
Every Monday at 07:00 UTC
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Agent Run
  3. Create Ticket
Open spec
Observability5 steps

Log Anomaly Sweep

Daily clustering of production error logs, surfacing novel signatures and investigating the emitting code, suspected commit, and proposed fix.

Runs on
Every day at 07:00 UTC
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Agent Run
  3. Clone
  4. Agent Run
  5. Create Ticket
Open spec
Review3 steps

Migration Safety Review

Reviews PRs that touch database migrations and flags locking, destructive, or ordering risks inline.

Runs on
pull_request.opened
Agent
Code Reviewer · 8 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Planning3 steps

Multi-Repo Change Propagation

Label a ticket `fleet-change` and the playbook applies the change across an explicit set of repositories.

Runs on
ticket.labeled
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Identify Repo
  3. Agent Session
Open spec
Performance4 steps

N+1 Detector

Finds database or network calls executed inside iteration and proposes a batch fetch, join, or safe concurrency rewrite.

Runs on
pull_request.opened
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Planning4 steps

Onboarding Repo Tour

Fired manually for a new engineer, generates a personalized codebase tour as a ticket using a multi-agent session.

Runs on
manual.fire
Agent
Tech Writer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Session
  4. Create Ticket
Open spec
Observability4 steps

On-call Handoff Digest

Weekly digest for the incoming on-call covering incidents, quarantined tests, hotfixes, alerts, deploys, and unanswered approval gates.

Runs on
Every Friday at 07:00 UTC
Agent
Senior Developer · 6 tools
  1. Trigger
  2. List Tickets
  3. Agent Run
  4. Create Ticket
Open spec
Review4 steps

OpenAPI Drift Check

Regenerates the OpenAPI spec from decorators on controller/DTO PRs and classifies every diff as additive, breaking, or docs-only.

Runs on
pull_request.opened +1
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Security7 steps

Permission Escalation Detector

Watches privilege changes in IAM, Kubernetes roles, and permission enums, routing any widening change through an owner approval gate.

Runs on
pull_request.opened
Agent
Code Reviewer · 4 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Approval Gate
  5. Publish Report
  6. Agent Run
  7. Publish Report
Open spec
Compliance4 steps

PII Data Flow Audit

Traces personal data end-to-end through ingress, storage, egress, and logging, flagging any divergence from the published security page.

Runs on
Day 1 of each month at 06:00 UTC
Agent
Senior Developer · 4 tools
  1. Trigger
  2. Clone
  3. Agent Session
  4. Create Ticket
Open spec
CI5 steps

Pipeline Drift Detector

Compares changed pipeline files against peer repositories and documented conventions, reporting runner pins, missing security steps, and widened permissions.

Runs on
pull_request.opened
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Identify Repo
  3. Clone
  4. Agent Run
  5. Publish Report
Open spec
Agent Ops3 steps

Playbook Health Check

Weekly league table of per-playbook execution health with failure rate, cost-per-success, and specific fix proposals for the worst performers.

Runs on
Every Monday at 07:00 UTC
Agent
Senior Developer · 8 tools
  1. Trigger
  2. Agent Run
  3. Create Ticket
Open spec
Observability3 steps

Postmortem Drafter

When an incident-labeled issue closes, assembles a blameless postmortem timeline from comments, PRs, commits, and deploys.

Runs on
issue.closed
Agent
Tech Writer · 6 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
Planning4 steps

PR Closes Ticket

When a PR merges, marks the linked ticket Done and posts a release-style summary.

Runs on
pull_request.merged
Agent
Senior Developer · 1 tools
  1. Trigger
  2. Agent Run
  3. Update Ticket
  4. Comment
Open spec
Planning3 steps

PR Review SLA Nudge

Daily sweep of open pull requests that nudges reviewers past SLA and suggests reassignment past double SLA.

Runs on
Every day at 08:00 UTC
Agent
Senior Developer · 6 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
Review3 steps

PR Title Linter

Checks PR titles against Conventional Commits and suggests a compliant title.

Runs on
pull_request.opened +1
Agent
Senior Developer · 2 tools
  1. Trigger
  2. Agent Run
  3. Publish Report
Open spec
Review4 steps

PR Triage

Classifies new PRs by type, size, and risk the moment they open or go ready-for-review.

Runs on
pull_request.opened +1
Agent
Senior Developer · 8 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Agent Ops4 steps

Prompt Regression Suite

Weekly re-run of golden tasks against fixed rubrics, tracking quality drift, cost, and latency per agent and playbook.

Runs on
Every Monday at 06:00 UTC
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Session
  4. Create Ticket
Open spec
Docs2 steps

Release Notes

Generates clean, categorized release notes from merged PRs when a release publishes.

Runs on
release.published
Agent
Tech Writer · 3 tools
  1. Trigger
  2. Agent Run
Open spec
Docs3 steps

Release PR Description

Writes user-facing, categorized release notes into the body of every release/* pull request.

Runs on
pull_request.opened
Agent
Tech Writer · 9 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
CI8 steps

Release Readiness Gate

Assembles a release readiness report, pauses for human approval, then dispatches the release pipeline.

Runs on
pull_request.opened
Agent
Senior Developer · 11 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
  5. Approval Gate
  6. Run CI
  7. Agent Run
  8. Publish Report
Open spec
Review3 steps

Review Quality Coach

Fires when a human submits a PR review and privately reports what a thorough review would also have raised, delivered only to the reviewer.

Runs on
pull_request.reviewed
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review4 steps

Reviewer Auto-Request

Matches changed files against CODEOWNERS and requests the right reviewers automatically.

Runs on
pull_request.opened +1
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
CI7 steps

Rollback Decision Assistant

Assembles the rollback decision packet on a failed deploy and routes the recommended action through an approval gate.

Runs on
ci_workflow.completed
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Approval Gate
  5. Run CI
  6. Create Ticket
  7. Create Ticket
Open spec
Security6 steps

SAST Triage

Fires when a SAST workflow completes and triages each finding against the actual code, posting confirmed findings as inline review threads.

Runs on
ci_workflow.completed
Agent
Code Reviewer · 6 tools
  1. Trigger
  2. Clone
  3. HTTP Request
  4. Ingest SARIF
  5. Agent Run
  6. Publish Report
Open spec
Compliance3 steps

SBOM Generator

Generates a CycloneDX/SPDX software bill of materials on each release, diffs it against the previous release, and attaches it.

Runs on
release.published
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review4 steps

Schema Migration Companion

Reviews schema.surql changes for reverse migrations, SurrealDB rule violations, existing-row safety, and affected foreign-key tables.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
Docs3 steps

SDK Regeneration

On each release, regenerates the client SDK from the OpenAPI document and opens a follow-up PR with the new client and migration notes.

Runs on
release.published
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Security3 steps

Secret Rotation Reminder

Monthly audit of vault metadata that files a ticket for any credential past its rotation policy, without ever reading a secret value.

Runs on
Day 1 of each month at 09:00 UTC
Agent
Senior Developer · 4 tools
  1. Trigger
  2. Agent Run
  3. Create Ticket
Open spec
Security4 steps

Secret & Security Scan

Scans PR diffs for committed secrets — API keys, tokens, private keys — before merge.

Runs on
pull_request.opened +1
Agent
Code Reviewer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
CI3 steps

Seed Data Refresh

Monthly regeneration of development seed data and test fixtures from the current schema, opening a PR only when tests pass.

Runs on
Day 1 of each month at 06:00 UTC
Agent
Senior Developer · 8 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Planning4 steps

Sprint Scope Drift Report

Weekly comparison of current sprint tickets against the committed set, reporting unplanned additions and silently dropped work.

Runs on
Every Monday at 09:00 UTC
Agent
Product Manager · 6 tools
  1. Trigger
  2. List Tickets
  3. Agent Run
  4. Create Ticket
Open spec
Planning3 steps

Stale Issue Reaper

Weekly sweep that classifies quiet issues by reason, nudges them, and flags the oldest for closure.

Runs on
Every Tuesday at 09:00 UTC
Agent
Senior Developer · 8 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Review3 steps

Stale PR Reaper

Daily sweep that nudges pull requests that have gone quiet before they rot.

Runs on
Every day at 08:00 UTC
Agent
Senior Developer · 6 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Compliance4 steps

Subprocessor Scan

Monthly comparison of dependencies and integrations against the published subprocessor list, flagging new or removed third-party data processors.

Runs on
Day 1 of each month at 06:00 UTC
Agent
Senior Developer · 5 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Create Ticket
Open spec
CI4 steps

Test Coverage Gap Analysis

Finds untested code paths in PRs and turns the gaps into actionable test tickets.

Runs on
pull_request.opened +1
Agent
Senior Developer · 7 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
CI5 steps

Test Quarantine Manager

Daily flaky-test ticket sweep that applies expiring skips, re-tests quarantined tests, and escalates anything still flaky past its expiry.

Runs on
Every day at 06:00 UTC
Agent
Senior Developer · 10 tools
  1. Trigger
  2. Clone
  3. List Tickets
  4. Agent Run
  5. Update Ticket
Open spec
Planning4 steps

Ticket Estimate Assistant

On ticket creation, finds comparable closed tickets by semantic search and proposes an estimate anchored in actual cycle time.

Runs on
ticket.created
Agent
Product Manager · 5 tools
  1. Trigger
  2. List Tickets
  3. Agent Run
  4. Comment
Open spec
Planning2 steps

Ticket Triage

Classifies new tracker tickets, checks they are actionable, and routes them.

Runs on
ticket.created
Agent
Senior Developer · 3 tools
  1. Trigger
  2. Agent Run
Open spec
Review4 steps

Visual Regression Triage

Triage visual regression diffs against the code diff, approving intended changes and raising only unintended ones.

Runs on
ci_workflow.completed
Agent
Code Reviewer · 6 tools
  1. Trigger
  2. Clone
  3. Agent Run
  4. Publish Report
Open spec
CI3 steps

Write Tests on Command

Comment /write-tests on a PR and an agent writes, runs, and pushes tests to the branch.

Runs on
Comment /write-tests
Agent
Senior Developer · 11 tools
  1. Trigger
  2. Clone
  3. Agent Run
Open spec
Anatomy
15 step types in use

Whataplaybookismadeof

A playbook is one workflow graph plus the triggers that start it and the agent that works it. Nothing in the catalog uses a mechanism the builder does not expose.

Agent Run

84 playbooks
agent.run

One agent works the task with its toolkit.

Agent Session

4 playbooks
agent.session

A coordinator delegates to specialist agents.

Approval Gate

4 playbooks
approval.gate

Pauses the run until a human decides.

Run CI

2 playbooks
ci.executeWorkflow

Dispatches a CI workflow on the provider.

Clone

63 playbooks
git.clone

Shallow-clones the repository at the right ref.

HTTP Request

3 playbooks
http.request

Calls an external HTTP endpoint with vault-resolvable headers.

Identify Repo

3 playbooks
repo.identify

Resolves the event to a registered repository.

Publish Report

29 playbooks
report.publish

Posts or updates a deduplicated report comment.

Ingest SARIF

1 playbooks
sarif.ingest

Parses a scanner report into a deduplicated list of findings, ranked most severe first.

Comment

3 playbooks
ticket.comment

Posts a comment onto a ticket.

Create Ticket

23 playbooks
ticket.create

Opens a ticket on the connected tracker.

List Tickets

5 playbooks
ticket.list

Queries the tracker for a set of tickets.

Read Ticket

1 playbooks
ticket.read

Loads one ticket into the run context.

Update Ticket

3 playbooks
ticket.update

Moves status or fields on an existing ticket.

Trigger

88 playbooks
trigger

The event that starts the run.

Triggers
9 kinds

Whatsetseachoneoff

Webhook events, tracker events, schedules, slash commands, and mentions. A playbook can carry several triggers, and each carries its own conditions.

Pull request

32

Accessibility Audit, Auth Surface Diff, Auto Docs Update on Merge, Auto PR Description and 28 more

Schedule

29

Access Review, Agent Tool Failure Triage, API Deprecation Sweep, Audit Evidence Collector and 25 more

Ticket

7

Blocked Ticket Escalator, Break Down Ticket, Generate Requirements, Generate Technical Design Proposal and 3 more

CI result

6

Deploy Verification, Fix CI, Incident Response, Rollback Decision Assistant and 2 more

Issue

6

Auto Root Cause Analysis, Create PR from Design, Duplicate Issue Detector, Implement Documentation from Issue and 2 more

Release

3

Release Notes, SBOM Generator, SDK Regeneration

Manual

2

Alert to Ticket Enrichment, Onboarding Repo Tour

Slash command

2

Fix Review Comments, Write Tests on Command

Mention

1

Interactive Mention Response

On a schedule

  • Access ReviewDay 1 of each month at 09:00 UTC
  • Agent Tool Failure TriageEvery day at 07:00 UTC
  • API Deprecation SweepDay 1 of each month at 05:00 UTC
  • Audit Evidence CollectorDay 1 of each month at 06:00 UTC
  • Auto Update AGENTS.mdEvery day at 02:00 UTC
  • Build Cache OptimizerDay 1 of each month at 00:00 UTC
  • CI Duration Regression WatchEvery Monday at 07:00 UTC
  • Cloud Cost AnomalyEvery Monday at 07:00 UTC
  • Dead Code SweepDay 1 of each month at 04:00 UTC
  • Dependency BumpEvery Monday at 09:00 UTC
  • Dependency Vulnerability TriageEvery Monday at 06:00 UTC
  • Engineering Weekly DigestEvery Friday at 07:00 UTC
  • Error Budget ReportEvery Monday at 09:00 UTC
  • Flaky Test DetectorEvery Sunday at 03:00 UTC
  • License Compliance ScanEvery Monday at 05:00 UTC
  • LLM Cost Regression WatchEvery Monday at 07:00 UTC
  • Log Anomaly SweepEvery day at 07:00 UTC
  • On-call Handoff DigestEvery Friday at 07:00 UTC
  • PII Data Flow AuditDay 1 of each month at 06:00 UTC
  • Playbook Health CheckEvery Monday at 07:00 UTC
  • PR Review SLA NudgeEvery day at 08:00 UTC
  • Prompt Regression SuiteEvery Monday at 06:00 UTC
  • Secret Rotation ReminderDay 1 of each month at 09:00 UTC
  • Seed Data RefreshDay 1 of each month at 06:00 UTC
  • Sprint Scope Drift ReportEvery Monday at 09:00 UTC
  • Stale Issue ReaperEvery Tuesday at 09:00 UTC
  • Stale PR ReaperEvery day at 08:00 UTC
  • Subprocessor ScanDay 1 of each month at 06:00 UTC
  • Test Quarantine ManagerEvery day at 06:00 UTC

On demand

Typed into a pull request, issue, or ticket comment by whoever wants the work done.

  • /fix-commentsFix Review Comments
  • /write-testsWrite Tests on Command
  • @mentionInteractive Mention Response
Agents
37 distinct tools

Whodoesthework

Every playbook ships one configured agent: a base type, a temperature, an iteration ceiling, and an explicit toolkit. Nothing is handed a tool it does not need.

Code Reviewer

code_reviewer

18 playbooks · 15 tools

Product Manager

product_manager

4 playbooks · 10 tools

Senior Developer

senior_developer

54 playbooks · 35 tools

Tech Writer

tech_writer

12 playbooks · 22 tools

Import one and it is yours

Importing a playbook creates the agent, the workflow, and the triggers in your workspace as ordinary editable resources. Change the prompt, swap the model, add a step, or delete it.

Start building free