Skip to main content

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: schedule0 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: schedule0 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 TypeDescription
CommitsCommitted changes to a branch in a specific lane
Pull RequestsNew or updated PRs on GitHub
Linear UpdatesIssue status changes, comments, assignments
NotificationsIn-ADE toast notifications or macOS system notifications
Lane Pack UpdatesTriggers a refresh of a lane’s context pack
Chat MessagesPosts a message into a specific lane’s chat