Automation Templates
ADE ships with the following built-in templates. Enable them from Automations → Templates.PR Reviewer
Trigger:
git.pr_opened
Execution: agent-sessionAutomatically reviews every PR opened in ADE. Checks for missing error handling, untested code paths, and obvious logic bugs. Posts a structured review comment.Test Guardian
Trigger:
git.commit
Execution: agent-sessionRuns your test suite on every commit. If tests fail, posts a comment on the associated PR with the failure summary and a suggested fix.Daily Standup
Trigger:
schedule — 0 9 * * 1-5
Execution: agent-sessionEvery weekday morning, generates a summary of all lane activity from the previous day: commits made, PRs opened/merged, missions completed, and any active conflicts.Dependency Updater
Trigger:
schedule — 0 2 * * 0 (weekly, Sunday 2am)
Execution: missionWeekly check for outdated dependencies. Opens a draft PR with the proposed updates and a compatibility assessment for each changed package.Outputs and Routing
Automations can produce the following output types. Configure output routing in the automation settings to control where results land.| Output Type | Description |
|---|---|
| Commits | Committed changes to a branch in a specific lane |
| Pull Requests | New or updated PRs on GitHub |
| Linear Updates | Issue status changes, comments, assignments |
| Notifications | In-ADE toast notifications or macOS system notifications |
| Lane Pack Updates | Triggers a refresh of a lane’s context pack |
| Chat Messages | Posts a message into a specific lane’s chat |