What problem does it solve?
Automated, consistent, and structured pull request reviews are time-consuming and inconsistent when done manually; this Skill streamlines PR review by running Claude Code in GitHub Actions to produce inline feedback, summaries, and actionable verdicts so maintainers get faster, repeatable code review coverage.
Core Features & Use Cases
- Automated GitHub Actions workflow: Triggers on PR events and labels to run an automated review agent.
- Structured inline feedback: Posts pending reviews, inline comments, and a collapsible summary with shields.io badges for quality metrics.
- GitHub App authentication & permissions: Uses a GitHub App for posting reviews and managing labels, and requires repository secrets for credentials and Anthropic/Claude API access.
- Concurrency and comment management: Uses concurrency groups to avoid overlapping reviews and GraphQL/gh commands to manage previous comments and resolve threads.
- Use Case: Add automated code review to CI so every PR receives consistent quality, security, and maintainability feedback without manual intervention.
Quick Start
Trigger the Claude Code Review GitHub Actions workflow on a pull request in your repository to generate an automated inline review and summary.