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 Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).