claude-code-review.yml
Prompt-based review with anti-hallucination protocol
When to use this
- When you want automated AI code review on every PR with an anti-hallucination protocol
- When your team is small and formal code review is a bottleneck slowing down merges
- When you want a consistent review checklist applied to every PR without reviewer fatigue
How to use
-
Open the template on GitHub and copy its content:
github-actions/claude-code-review.yml -
Place the file inside
.github/workflows/in your project (or globally in~/.claude/to share across all projects). - Replace placeholder values with your actual keys, endpoints, or preferences. Validate with a JSON/YAML linter before committing.