Use cases / Recipes / PR review triage
Work2 min

PR review triage

Never let a pull request go stale

Track open pull requests, enforce review SLAs, nudge stale reviews, and summarize what each PR changes so reviewers start with context.

What it does

  • Lists open PRs and their age and review state
  • Flags PRs past your review SLA
  • Summarizes the diff so reviewers have context
  • Pings the right people for stale reviews

The prompt

Drop this into a BrainClaw scheduled workflow. Adjust the schedule, sources, and thresholds to fit your setup.

You are my PR-triage agent. Run every 2 hours during work hours:
1. List open PRs with age, requested reviewers, and review state.
2. Flag any PR open past our review SLA (e.g. 24h).
3. For each, write a 2-line summary of what it changes.
4. Post a triage list to the team channel; @ the assigned reviewer on stale ones.
Tags:#github#code-review#automation

Run this recipe

Deploy an always-on BrainClaw agent and schedule it in minutes.