pr-mine

List open pull requests and generate Slack review notifications.

395|94|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tetherto/qvac --skill pr-mine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-mine
Source: https://github.com/tetherto/qvac/tree/main/.cursor/skills/pr-mine
Command: npx skills add https://github.com/tetherto/qvac --skill pr-mine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill consolidates a user's open pull requests across multiple repositories and teams, providing clear insights into merge status and review needs.

Core Features & Use Cases

  • PR Tracking: List and display the current user's open pull requests with merge readiness and review status.
  • Team Notification Generation: Create copy-paste Slack messages to notify team members or request reviews, automatically routed to the correct pods based on touched files.
  • Use Case: A developer wants to see all their pending PRs and send review requests or ping team members directly from Slack with minimal effort.

Quick Start

Run the script with --mode my to display all your open PRs, grouped by review status and ready-to-share Slack messages.

Frequently Asked Questions about pr-mine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track open pull requests across multiple GitHub repositories?

Track open pull requests across multiple GitHub repositories by surfacing all active PRs for a developer and grouping them by merge readiness and review status. This provides clear insights into pending code review needs across teams.

How do I generate Slack messages to ping teams for code review?

Generate Slack messages for code review by creating copy-paste notifications automatically routed to the correct pods. It matches touched files to team ownership files to ensure accurate pinging and facilitate review coordination.

How does matching touched files to team ownership files work for Slack notifications?

Matching touched files to team ownership files works by analyzing the modified files in a pull request and mapping them to corresponding pod ownership records. This ensures Slack pings reach the correct team members for review coordination.

Can I use this for collaborative code review workflows in a multi-team environment?

You can use this for collaborative code review workflows in a multi-team environment. It applies specifically to multi-team GitHub workflows, consolidating PRs across various pods and integrating ownership detection for accurate team pinging.

What is the best way to list all my pending pull requests and their review statuses?

The best way to list pending pull requests and review statuses is running the script with --mode my. This displays all open PRs grouped by review status alongside ready-to-share Slack messages for team members.