We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

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

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.