# Pr Triage And Summary

> Turn a change set into a concise implementation and risk summary.

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

---


# PR Triage And Summary

## Trigger Signals

- the task needs a concise reviewable summary of a large diff

## Inspect First

- changed files, tests, docs, and validation evidence

## Workflow

1. identify the main change areas
2. summarize risks and missing validation
3. compress the diff into reviewable outcomes
4. emit a short handoff summary

## Output Contract

- change summary
- validation summary
- open risks or questions

## Failure Modes

- the diff is too large to summarize safely without slicing it first

## Escalation

- escalate when the change mixes unrelated scopes or lacks validation evidence

