Skip to content

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

Reading order for newcomers

  1. Daily standup — exercises basic shape: filter + recipient routing
  2. Per-team routing — shows the marker-based fan-out
  3. Auto-comment stale — adds the mutation side
  4. Auto-triage blockers — two rules cooperating in a self-healing loop
  5. Multi-tracker digest — combines all three pieces