SDK Pod PR Status
SkillDev toolsTeam-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 e2e on Core impl PRs, merge-conflict and CI-red warnings. Use when checking team SDK pod PR status or invoking /qv-sdk-pr-status.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the SDK Pod PR Status skill
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
ghCLI 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 SDKownedPathsordocPaths, 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
- Run the script with
--pod sdk --mode team --authors union --tiers. - 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.
- Surface the summary header counts (core / platform / external / re-review / stale / fully approved / merge conflicts) prominently.
- 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
- 601
- Forks
- 111
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
qv-sdk-pr-status- Source
- github.com/tetherto/qvac