Once a week, assemble merged PRs, closed issues, completed tickets, and what is stuck into one readable digest, and file it where managers already look. Set your repository on the Clone step and your ticket integration on the List/Create steps after importing.
- Identifier
engineering-digest- Version
- 1.0.1
- Steps
- 5
- Triggers
- 1
- digest
- management
- scheduled
- reporting
- automated
When it runs
schedule.weekly- Schedule
- Every Friday at 07:00 UTC
0 7 * * 5 - Timezone
- UTC
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01Weekly Schedule (Friday 07:00 UTC)
triggerThe event that starts the run.
- 02Clone Repository ⚠️ SET YOUR REPO
git.cloneShallow-clones the repository at the right ref.
- 03List In-Progress Tickets
ticket.listQueries the tracker for a set of tickets.
- 04Write Weekly Digest
agent.runOne agent works the task with its toolkit.
- 05Publish Digest Ticket
ticket.createOpens a ticket on the connected tracker.
The agent
Engineering Digest Writer
- Base type
- Tech Writer
- Temperature
- 0.35
- Max iterations
- 40
- Tools
- 8
Git provider · 3
list_pull_requestsList Pull Requests · readread_pull_requestRead Pull Request · readlist_issuesList Issues · read
Filesystem · 2
read_fileRead File · readlist_dirList Directory · read
Terminal · 1
run_terminal_cmdRun Terminal Command · write
Code search · 1
code_searchCode Search · read
Status · 1
update_statusUpdate Status · write
Related playbooks
Stale Issue Reaper
Weekly sweep that classifies quiet issues by reason, nudges them, and flags the oldest for closure.
Auto Root Cause Analysis
Investigates bug-labeled issues, traces the root cause in code, and posts the analysis with a fix.
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.