Agents

Starter YAML templates for common tasks

Browse starter agents for the work your team repeats, like triaging CI failures, updating dependencies, and writing release notes. Copy the YAML into your repo and deploy it with Ellipsis.

ConfigOnboarding

Agent Config Builder

Interviews you about the agent you want, then opens a pull request that adds a schema-valid agent config YAML to your repository so merging it deploys the new agent.

Knows the full agent config schema and links to the docs. It asks what the agent should do, when it should run, and what it can touch, then writes the YAML and opens the deploy PR.

View YAML
GitHubReview

Code Reviewer

Reviews the new commits on every pull request as they land.

Runs on each head advance of a pull request, reviews only the unreviewed commits with a fast model, and leaves concise inline comments focused on correctness and safety.

View YAML
ScheduledReporting

Daily Standup

Posts a product-level summary of yesterday's merged pull requests across every repository.

Runs each weekday morning, gathers every pull request merged in the last day across all repositories, and synthesizes them into a themed, product-level standup written for the #engineering channel.

View YAML
SessionsSearch

Session Log Search

Answers questions about your team's session history by searching every cloud agent run and synced laptop Claude Code session, reading their recaps and transcripts, and citing the exact session ids and pull requests behind each answer.

Uses the agent CLI to search your session history by keyword, PR, or meaning (embeddings), reads recaps and transcripts, and answers with cited session ids and pull requests.

View YAML
GitHubReview

Schema Migration Reviewer

Reviews database migrations before they merge.

Reacts to pull request openings and reviews migration safety, rollout order, and missing backfills.

View YAML