Claude Code Action screenshot

Claude Code Action

By Anthropic
Developer ToolsFree

Claude Code Action - AI Coding Agent for GitHub PRs

Last updated Jun 7, 2026

Claim Tool

What is Claude Code Action?

Claude Code Action is a general-purpose GitHub Action that connects Claude Code to pull requests, issues, comments, and automation prompts. The project is useful for builders who already work in GitHub, terminals, or local AI workflows and want a concrete system instead of another thin wrapper. The source is the official repository at https://github.com/anthropics/claude-code-action, so this listing sticks to the implementation details that are visible in the README and repository metadata. How it works: the action detects workflow context, then runs Claude Code through configured prompts and arguments on the GitHub runner. The README documents @claude mentions, issue assignments, explicit prompts, cloud-provider auth, and GitHub API/file access through configured tools. Teams can inspect the code, run it in their own environment, and adapt the workflow to their repo or machine. That makes Claude Code Action a better fit for technical users than buyers looking for a fully hosted black-box SaaS app. The core features are intelligent mode detection, interactive code assistance, PR and issue integration, code review, code implementation, progress tracking, and support for Anthropic direct API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry. These are not generic AI claims; they come from the public README and setup instructions. The practical value is that the tool turns repetitive work into a repeatable workflow while keeping humans in the loop for review, configuration, and final decisions. Who should use it: engineering teams that want Claude to help triage PRs, answer repository questions, prepare small fixes, or run repeatable GitHub workflows without leaving their existing CI setup. It is also a good evaluation target for AI engineers comparing open-source tools because the repository exposes installation steps, runtime expectations, and project tradeoffs. Users should still review model outputs carefully when the workflow generates code, documents, rankings, or recommendations. Pricing: the code is MIT licensed and free to use, but users pay for their chosen Claude or cloud-model provider and for any GitHub runner usage outside their included plan. The repository license and public package or source availability make it easy to test without a vendor sales process, although any connected model API, cloud runner, or third-party provider can still add its own cost. Check the official README before production use because open-source projects change quickly. Why it stands out: it is the official Anthropic action for Claude Code, has a large public GitHub footprint, and keeps execution on the user’s infrastructure rather than forcing every workflow through a hosted middle layer. This listing treats it as an AI builder tool because it gives developers a concrete workflow they can clone, inspect, and run, rather than just a landing page. Start with the official repository, verify the install path, and test on a small project before adopting it for critical work.

Claude Code Action's Top Features

Key capabilities that make Claude Code Action stand out.

Responds to @claude mentions in GitHub issues and pull requests

Reviews PR changes and suggests improvements

Can implement fixes, refactors, and small features through Claude Code

Supports Anthropic API keys, workload identity federation, Bedrock, Vertex AI, and Microsoft Foundry

Runs on the user’s GitHub runner with configurable tool access

Use Cases

Who benefits most from this tool.

Engineering teams

Add an AI reviewer that can answer repository questions and comment on pull requests.

Maintainers

Let contributors ask Claude for issue triage, small fixes, or implementation guidance inside GitHub.

Platform teams

Create repeatable GitHub automations with explicit prompts and Claude Code arguments.

Tags

claudegithub-actionscode-reviewai-codingpull-requestsdeveloper-toolsautomationanthropictypescriptgithub

Claude Code Action's Pricing

Free plan available
Anthropic logo
Anthropicai lab

Building reliable, interpretable, and steerable AI systems

10 Tools4 ModelsFounded 2021San Francisco, CA
View full profile

AI Models by Anthropic

Large language models from the same organization.

ModelContext WindowPrice (In / Out per M)
Claude Opus 4.7Current1.0M$5.00 / $25.00
Claude Sonnet 4.6Current1.0M$3.00 / $15.00
Claude Opus 4.6Current1.0M$5.00 / $25.00

MCP Servers by Anthropic

Connect this tool to AI assistants via the Model Context Protocol.

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

What is Claude Code Action?
It is an open-source GitHub Action that runs Claude Code in response to GitHub workflow context such as PR comments, issue assignments, or explicit prompts.
Does Claude Code Action run on my infrastructure?
Yes. The README states the action executes on your GitHub runner while API calls go to the configured Anthropic or cloud provider.
Which providers does it support?
The README lists Anthropic direct API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry setup paths.
Is it free?
The action code is MIT licensed. Model API usage and GitHub runner usage may still have separate costs.