What problem does it solve? Tracking your own open pull requests across multiple teams is tedious: you must check review status, figure out who still owes an approval, and manually chase reviewers. This Skill automates that by surfacing all your open PRs in tetherto/qvac, grouping them by merge readiness, and generating copy-paste Slack messages routed to the correct owning pod. ## Core Features & Use Cases - Cross-pod PR discovery: Auto-detects the owning pod for each PR by matching touched files against every .github/teams/<pod>.json ownedPaths, so no --pod argument is needed. - Merge-readiness grouping: Buckets PRs into ready to merge, needs re-review, awaiting review, and no pod matched, based on team member and team lead approvals. - Slack ping generation: Produces copy-paste-ready Slack messages with @-mentions resolved from a per-user handle map at ~/.config/qvac-pr-skills/slack.json, including a validation gate to confirm newly discovered handles. - Use Case: Before standup, run the skill to see which of your five open PRs are blocked, then paste the generated Slack messages to ping the right reviewers on each owning team. ## Quick Start Ask the assistant to show your open PRs and who to ping, or invoke /pr-mine directly.