What problem does it solve? At the start of a work session, engineers waste time clicking through GitHub to figure out which pull requests need review, which checks are failing, and what work has gone stale. This Skill gathers all of that into one prioritized report so you can decide what to pick up next. ## Core Features & Use Cases - Prioritized attention list: Surfaces changes requested on your PRs, reviews waiting on you, merge-ready PRs, and stale work in a fixed decision order. - Full repository snapshot: Lists open pull requests with author, review state, check status, and age, plus what merged into the default branch recently. - Safe shell execution: Validates configured variables (repo, branch, stale threshold) against shell metacharacters before running any GitHub CLI command. - Use Case: A maintainer opens their morning session and asks for a dashboard of PostHog/posthog; the Skill runs gh commands and returns a linked, prioritized report of what needs attention first. ## Quick Start Show me a dashboard of what needs attention in the repository myorg/myrepo.