---
name: alephic-ai/claude-pr-reviewer
source: https://app.decimal.ai/s/alephic-ai-claude-pr-reviewer@1/SKILL.md
source_sha256: 7c5af80541b7
---

# 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.