All Recipes
GitHub PR Radar
Uses fleet batch execution to run GitHub CLI commands across your repos, collecting open PRs with their review status, age, and CI results. Perfect as a morning scheduled job to ensure nothing falls through the cracks.
beginner
Scheduled (Cron)
1 step
45 seconds
Steps
1
List open PRs across repositories
fleet_batch_execute via gripos-mcp
Recipe JSON
{"schedule":"0 9 * * 1-5","steps":[{"tool":"fleet_batch_execute","args":{"command":"gh pr list --state open --json number,title,author,createdAt,reviewDecision"},"output_as":"open_prs"}],"repos":["gripos-station","gripos-swift","gripos-fleet","gripos-sentinel"]}Prerequisites
- GitHub CLI (gh) authenticated