# Vp Pr Briefing

> Orient a user to an unfamiliar GitHub pull request. Use when taking over, summarizing, or understanding a PR, its implementation, review state, risks, and next actions. Boundary: not for resolving feedback or writing a review.

- Skill: `vdustr/vp-pr-briefing` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add vdustr/vp-pr-briefing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vdustr/vp-pr-briefing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: VdustR (https://skillmd.com/u/vdustr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vdustr/vp-pr-briefing

---


# Pull Request Briefing

Build the briefing from the current PR, full diff, linked context, checks, and
review conversation. Do not treat the description as verified implementation.
Resolve the exact host, owner, repository, and PR number from the user's URL or
an unambiguous local remote before querying; never rely on the number alone.

## Briefing

Cover:

- the problem and user impact;
- scope, main design decisions, and implementation shape;
- important dependencies and linked requirements;
- current head, checks, review state, and unresolved feedback;
- behavioral, migration, operational, and rollout risks;
- ownership, blockers, and the next useful action.

Separate repository evidence, hosting-platform state, and inference. Explain
unfamiliar code paths at the reader's altitude and link to the most useful
primary context. A checked-out branch is not proof that the local checkout
matches the PR head.

## Related skills

- [`vp-pr-comment-resolver`](https://github.com/VdustR/skills/tree/main/skills/vp-pr-comment-resolver)
  when the PR author needs to address actionable feedback.
- [`vp-pr-review-followup`](https://github.com/VdustR/skills/tree/main/skills/vp-pr-review-followup)
  when a reviewer needs to verify the author's response or fix.
- [`vp-checklist-runner`](https://github.com/VdustR/skills/tree/main/skills/vp-checklist-runner)
  when the PR contains an existing checklist to verify.
- [`vp-git`](https://github.com/VdustR/skills/tree/main/skills/vp-git) for the
  next authorized pull-request lifecycle action.

