What problem does it solve? When you juggle multiple agent sessions, open pull requests, dirty repos, and background jobs, it is hard to know what is actually blocked on you. This Skill collects all of that state into one ranked snapshot so you can see what needs a decision without reading every status page. ## Core Features & Use Cases - Ranked digest: Runs a read-only collector script that ranks items by what is blocked on a user decision — approved PRs awaiting merge, red CI, PR stacks, sessions waiting for input, and file collisions. - Multiple output modes: Supports --full for the complete AGENTS.md report, --json for machine-readable fleet.json, --fresh to bypass the PR cache, --offline to skip GitHub, and --no-write to avoid refreshing caches. - Graceful degradation: Works without git or an authenticated gh CLI; each data source degrades to an explicit "not collected" state rather than a silent zero. - Use Case: Before stepping away from your desk, ask what needs you and get a ranked list like "merge PR #118?" or "kill idle session claude-work-01102909?" with concrete next actions. ## Quick Start Ask the assistant to run fleet status and show what is currently blocked on you across sessions, pull requests, and repos.