AIAny
AI Client2025
Icon for item

Claude Code Action

Drops Claude Code into GitHub Actions so it responds to @claude mentions in PRs and issues — answering questions, reviewing diffs, and committing fixes or features on a branch. Runs on your runners via the Anthropic API, Bedrock, or Vertex AI.

Introduction

Most "AI in your CI" setups bolt a chatbot onto a webhook and hope for the best. This action takes a different bet: it runs the actual Claude Code agent — the same tool developers use locally — inside your GitHub runners, so the model can read the repo, edit files, commit, and push a branch instead of just leaving comments. A single @claude becomes a teammate that opens PRs, not a suggestion box.

What Sets It Apart
  • It runs where your code already lives. Execution happens entirely on your own runners; only the model-inference call leaves your infrastructure, and you pick the provider — Anthropic direct, Amazon Bedrock, Google Vertex AI, or Microsoft Foundry. Secrets and source never have to touch a third-party SaaS.
  • Mode detection instead of configuration. It infers from workflow context whether a run is interactive (someone typed @claude on an issue or PR) or automation (a scheduled job with an explicit prompt), so one action covers both ad-hoc help and unattended pipelines.
  • It closes the loop, not just the comment. Beyond answering, it changes files, commits, and reports progress with live checkboxes; structured JSON output lets later workflow steps act on what it did.
Who It's For

Great fit if you already live in GitHub PRs and want triage, first-draft fixes, or reviews handled by an agent that can actually commit — with inference routed through your own cloud account. Look elsewhere if you want an editor-integrated assistant for local coding (use the Claude Code CLI directly), if your team can't spare the extra Actions minutes, or if you're not comfortable letting an agent push branches without a human in the loop.

Information

  • Websitegithub.com
  • AuthorsAnthropic
  • Published date2025/05/19

Categories

More Items

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.