Skip to main content
Code Guide
GitHub Action Recommended

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

  1. Open the template on GitHub and copy its content: github-actions/claude-code-review.yml
  2. Place the file inside .github/workflows/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Replace placeholder values with your actual keys, endpoints, or preferences. Validate with a JSON/YAML linter before committing.