# Claude Pr Reviewer

> Review a pull request for correctness and style, then summarize the findings. Use when the user asks for a PR review, mentions reviewing a diff, or wants feedback on changes before merging.

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

---


# Claude PR Reviewer

A skill that reviews a pull request and reports correctness and style findings.

## Workflow

1. Read the diff with `git diff` and the surrounding context.
2. Flag correctness bugs first, then style and clarity nits.
3. Summarize findings grouped by severity.

It mixes base-spec fields with Claude Code fields, so it validates only when
`--allow-claude-fields` is set.

