# Pr Handoff

> PR Handoff

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

---

# PR Handoff

Use this skill when preparing a pull request, merge request, or final implementation handoff.

## Instructions

- Inspect the current diff and recent commits.
- Summarize what changed in user-facing terms.
- List verification commands that were actually run and their outcomes.
- Call out migrations, release steps, or manual follow-ups.
- Do not claim tests passed unless the command output was checked in the current session.
- Keep the handoff short enough for reviewers to scan.

## Output Shape

```markdown
## Summary
- Change 1
- Change 2

## Verification
- `command`: result

## Notes
- Risk or follow-up
```

If there are no notes, omit the Notes section.

