# Pr Review Summary

> Produce a short, human-readable, non-XML summary from a <final_review> XML artifact. Use when: (1) a pr-review workflow completes, (2) a user asks for a brief PR review summary without XML, (3) an orchestrator needs a plain-text recap of review outcomes.

- Skill: `hansjm10/pr-review-summary` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hansjm10/pr-review-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hansjm10/pr-review-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: hansjm10 (https://skillmd.com/u/hansjm10)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/hansjm10/pr-review-summary

---


# PR Review Summary

## Input

Receive the <final_review> XML, usually from the pr-review workflow.

## Output

Emit a short plain-text summary with no XML tags or code fences.
Use this exact fixed template (one line per section):

Recommendation: <merge recommendation + short rationale>
Top issues: <1-3 short items separated by "; " or "None">
Blockers: <"No blockers" or short list separated by "; ">
Test gaps: <short list separated by "; " or "None noted">

Keep it <=120 words total. Mention file paths only when critical.

