anthropics/claude-code-action

Claude Code Action is a GitHub Actions workflow automation tool that integrates Claude AI to answer questions, review code, and implement changes in pull...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on August 31st, 2026
Created on May 19th, 2025
Open Issues & Pull Requests: 727 (+0)
Number of forks: 2,107
Total Stargazers: 8,768 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.0 hours
Mean response time: 14.3 days
90th percentile: 41.8 days
Tracked items: 587

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "dev-experience" is answered fastest, typically in about 7 hours, while "p3" waits about 2 days. 66% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 441
New in 7 days: 10
Closed in 7 days: 4
Avg open age: 223 days
Stale 30+ days: 358
Stale 90+ days: 264

Recent activity

Opened in 7 days: 8
Closed in 7 days: 4
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (462)
  • p2 (286)
  • p3 (171)
  • enhancement (125)
  • p1 (110)
  • provider:1p (84)
  • area:permissions (75)
  • feature-request (73)

Detailed Description

Claude Code Action is a GitHub Actions workflow automation tool that integrates Claude AI to answer questions, review code, and implement changes in pull requests and issues.

The tool solves the problem of automating code review and assistance tasks by embedding Claude directly into GitHub workflows. It works by detecting context automatically—whether a user mentions @claude, assigns an issue, or triggers an explicit prompt—and then selecting the appropriate execution mode. The action can analyze pull request changes to suggest improvements, answer architectural questions, implement fixes and refactoring, and track progress with visual indicators. It supports multiple authentication paths including direct Anthropic API access, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry, so teams can route API calls through their preferred provider while the action itself runs on their GitHub runners.

Teams should adopt this tool if they want to automate code review workflows or provide AI-assisted development within their GitHub processes. It suits repositories where maintainers want Claude to handle routine reviews, triage issues, or implement straightforward changes without manual intervention. The action requires repository admin access for initial setup and works best when integrated through the provided quickstart flow or configured via the unified prompt and claude_args inputs.

The project maintains a substantial adopter base, with nearly all open issues coming from external users rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on bug reports and priority-level issues, indicating active maintenance focused on stability and incremental improvements.