Cookbook¶
Realistic rules you can copy and adjust. Each recipe is one rule (or a small set) solving a concrete problem; the title says what the rule answers.
By problem¶
| I want… | Recipe |
|---|---|
| A morning digest of what I have to do today | Daily standup |
| A periodic ping about stale PRs/MRs | Stale PRs |
| To catch tickets that should already be closed | Overdue tickets |
| To automatically comment on neglected items | Auto-comment stale |
| To never let a blocker sit unowned | Auto-triage blockers |
| One digest mixing Jira + Linear + GitHub | Multi-tracker digest |
| Different rules for different teams | Per-team routing |
By tracker¶
- Jira — Daily standup, Overdue tickets, Auto-comment stale, Auto-triage blockers
- Linear — Daily standup, Stale PRs
- GitHub — Stale PRs, Auto-comment stale, Auto-triage blockers
- GitLab — Stale PRs, Per-team routing
- Shortcut — Stale PRs, Overdue tickets
Reading order for newcomers¶
- Daily standup — exercises basic shape: filter + recipient routing
- Per-team routing — shows the marker-based fan-out
- Auto-comment stale — adds the mutation side
- Auto-triage blockers — two rules cooperating in a self-healing loop
- Multi-tracker digest — combines all three pieces