What problem does it solve? Manually reviewing dozens of open pull requests across a repository is tedious, especially when automation bots like Dependabot and Snyk clutter the list. This Skill produces a clean, ticket-grouped Markdown summary of open PRs so teams can quickly see what work is pending and how stacked PRs relate to each other. ## Core Features & Use Cases - Automated PR Aggregation: Fetches up to 200 open PRs via the GitHub CLI and filters out dependabot and snyk automation branches. - Ticket-Based Grouping: Extracts ticket IDs (e.g., PROJ-520) from branch names and groups related PRs, detecting stacked PRs whose base is a feature branch. - Use Case: Before a sprint standup, run the summary to get a Markdown digest of all open PRs organized by Jira ticket, with stacked dependencies annotated, ready to paste into Slack or a status doc. ## Quick Start Ask the assistant to run /pr-summary to generate a grouped Markdown summary of all open pull requests in the current repository.