# Pr Review

> Review the current pull request diff and summarize risky changes before approval

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

---


# PR Review

Review the changes shown by !`git diff HEAD` and summarize anything risky
for the reviewer. Focus on changes to authentication, migrations, and CI
configuration.

## Environment

Capture the toolchain and working-tree state first:

```!
node --version
git status --short
```

## Recent history

Compare against !`git log --oneline -5` to spot follow-up commits that
belong in the same review.

