What problem does it solve? When your work spans frontend, backend, and infrastructure repositories, tracking your own open pull requests becomes fragmented. This Skill aggregates all your open PRs into a single table showing what each PR does, what it depends on, whether it is blocked, and how urgently it needs review. ## Core Features & Use Cases - Cross-Repository PR Aggregation: Collects open PRs authored by you across all locally cloned repositories using the GitHub CLI, in parallel. - Dependency and Staleness Detection: Extracts PR references from descriptions and comments, checks the state of referenced PRs, and flags stale references such as merged prerequisites or closed links. - Action and Priority Classification: Categorizes each PR as mergeable, awaiting review, blocked on you, or blocked externally, and assigns review urgency (high/medium/low) based on user-facing impact. - Use Case: You ask "what PRs do I have open right now?" and receive one consolidated table plus a copy-paste-ready review request URL list ordered by priority and dependency. ## Quick Start Ask the assistant to list all PRs you are currently responsible for across your repositories and summarize their status and next actions.