Disambiguation (buyer-critical): this is claude-code-action, a GitHub Action you add to a repository's workflows — it is not the claude-code terminal CLI agent you run locally. They share the underlying Claude Code engine but are different products: the CLI is an interactive local coding agent, whereas this Action runs inside GitHub Actions CI, triggered by events (an @claude mention, issue assignment, or an automation prompt) and posts results back as PR comments/reviews. Vendor-described capabilities include interactive code and architecture assistance, automated PR analysis with improvement suggestions, implementing fixes/refactors/features, native GitHub comment integration, and progress tracking. It supports Anthropic API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry backends. The Action itself is free/MIT, but it runs on your own provider credentials, so real cost is provider token usage rather than a separate Action platform fee. Because it executes in CI with repository access, workflow permissions, untrusted prompt content, output visibility, and secret scoping are the primary risks to review. Telemetry behavior is provider-dependent: Claude Code's direct Anthropic API path enables operational metrics and Sentry error reporting by default, while Bedrock, Vertex AI, and Foundry defaults are generally off unless host-managed settings enable metrics; documented environment controls can disable telemetry, error reporting, and other non-essential traffic.
Claude Code GitHub Action
Anthropic's official GitHub Action that runs Claude Code in CI
Anthropic's official GitHub Action that brings Claude Code into GitHub PRs and issues — answering questions, reviewing code, and implementing changes when triggered by @claude mentions or workflow automation. This is the CI/CD Action, not the terminal agent.
Pricing
Action is free and open-source (MIT). Runs on your own API credentials — you pay provider token costs (Anthropic API / Bedrock / Vertex / Foundry). No separate platform fee.
Platforms
Distributed as a GitHub Action; runs inside GitHub Actions CI. Triggered by @claude mentions, issue/PR events, or automation prompts. Model backends: Anthropic API, Amazon Bedrock, Google Vertex AI, Microsoft Foundry.
Categories
Tags
Alternatives
Gemini CLI
Google's official CLI agent for coding with Gemini
Gemini CLI is Google's open-source terminal agent for coding with Gemini models, shell/file tools, web fetching, Google Search grounding, and MCP extensions. As of 18 June 2026, unpaid tier and Google One users are being moved to Antigravity CLI; supported Standard, Enterprise, and Google Cloud access paths remain the safer fit for teams.
CodeRabbit
AI-powered code review
AI-powered code review tool that automatically analyzes pull requests and provides line-by-line feedback on code quality, bugs, security vulnerabilities, and best practices. Integrates with GitHub and GitLab as a bot that comments on PRs. Uses LLMs to understand code context and suggest improvements. Learns from your codebase patterns and team preferences. Supports all major programming languages. Reduces review cycle time while catching issues human reviewers might miss.
Related Tools
OpenAI Codex GitHub Action
OpenAI's official GitHub Action that runs Codex in CI
OpenAI's official GitHub Action for running Codex CLI in GitHub Actions workflows with filesystem/network permission profiles and runner-level privilege controls. This is the CI/CD Action, not the terminal Codex agent; current Codex exec enables analytics by default, so telemetry policy needs review.
MEDUSA
AI-first security scanner for LLM, agent, MCP, and RAG codebases
MEDUSA is an AGPL-3.0 AI-first security scanner from Pantheon Security that checks AI and machine-learning applications, LLM agents, MCP workflows, RAG pipelines, repository-poisoning risks, secrets, and agent-specific compromise patterns.
Mergify
Merge queue, CI insights, flaky-test controls, and stacked pull requests for GitHub teams
Mergify is a pull request automation platform that keeps main branches green with merge queue batching, merge protections, CI Insights, flaky-test detection, and stacked pull requests. Its Stacks workflow turns commits on one local branch into focused PR chains, helping teams review large AI-generated or feature-heavy changes without losing queue safety.
Terrateam
Open-source GitOps automation for Terraform and OpenTofu pull requests
Terrateam is open-source GitOps infrastructure orchestration for Terraform and OpenTofu pull requests. It automates plans and applies in GitHub workflows, supports monorepos and many workspaces, and adds apply-only locks, OPA/Rego policy checks, cost and drift signals, and approval controls without forcing teams into a separate IaC platform.
Digger
Open-source IaC orchestration that runs Terraform plans and applies from pull request comments
Digger is an open-source infrastructure-as-code orchestration tool for running Terraform and OpenTofu plan/apply workflows from pull request comments. It uses the team’s existing VCS and CI runners instead of adding a separate runner fleet, supports GitHub, GitLab, and Azure DevOps style workflows, and stores PR-level locks and plan cache in the user’s cloud account.
Twill AI
Autonomous coding agents that ship while you sleep
Twill is an autonomous coding agent platform that implements features, fixes bugs, and ships pull requests without manual intervention. Uses structured workflow of research, planning, human review, implementation in isolated sandbox, AI code review, then merge. Supports custom agent configurations with multiple LLM providers, isolated dev environments for verification, and integrations with GitHub, Linear, Sentry, Notion, and cloud platforms for end-to-end engineering automation.