SDK Pod PR Status

SkillDev tools

Shows your team's open pull requests sorted oldest-first and grouped by review status.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the SDK Pod PR Status skill

About this capability

Team-wide PR dashboard for the SDK pod. Shows open PRs touching SDK pod paths, SDK docs, or authored by SDK roster members, sorted oldest-first, grouped by author tier (SDK Core / Platform / External) into needs-your-re-review / stale / needs-review / fully-approved, with a Docs lane, per-platform e

What this skill tells your AI

The instructions your AI receives, as published by tetherto/qvac in .agents/skills/qv-sdk-pr-status/SKILL.md and read by ahel’s review.

Thin wrapper over the shared pr-skills library, pinned to the SDK pod. PR data collection lives in .agents/skills/_lib/pr-skills/pr-activity.mjs; this skill keeps the SDK-specific invocation. Docs-only PRs (docPaths in sdk.json) render in a Docs lane. SDK Core impl PRs include a per-platform e2e: line. approvalLeads in sdk.json count as lead approval without becoming Core authors.

When to use this skill

Use when:

  • User asks about open SDK pod PRs, review status, or what needs attention
  • User wants to know which SDK pod PRs to review
  • User invokes /qv-sdk-pr-status

Prerequisites

  • gh CLI installed and authenticated (gh auth status)
  • User must have access to the configured GitHub repository
  • Team roster maintained at .github/teams/sdk.json

Usage

node .agents/skills/_lib/pr-skills/pr-status.mjs --pod sdk --mode team --authors union --tiers
  • --authors union — PRs that touch SDK ownedPaths or docPaths, or are authored by an SDK roster member
  • --tiers — split into SDK Core / Platform/Middleware / External Contribution (opt-in; other pods stay flat unless they pass the flag)

For the personal review queue, use --mode review. The script and its output format are documented in .agents/skills/_lib/pr-skills/README.md.

Machine-readable output for daily status workflows:

node .agents/skills/_lib/pr-skills/pr-status.mjs --pod sdk --mode team --authors union --tiers --json

Workflow

  1. Run the script with --pod sdk --mode team --authors union --tiers.
  2. Present the script's markdown output as-is to the user (do not reformat into tables or fenced code blocks). Stderr contains progress info — ignore it.
  3. Surface the summary header counts (core / platform / external / re-review / stale / fully approved / merge conflicts) prominently.
  4. After showing results, offer: "Want me to review any of these? Provide the PR URL and I'll run /qv-pr-review."

Signals

GitHub stars
612
Forks
112
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
qv-sdk-pr-status
Source
github.com/tetherto/qvac