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.

hansjm10 Updated

File contents

PR Review Summary

Input

Receive the 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.

hansjm10/codex-skills/tree/main/pr-review-summary commit 034bf4a4b2

Frequently asked questions

npx skillmds@latest add hansjm10/pr-review-summary