Skill Review

Claude Code Action

Runs Claude Code in GitHub PR and issue workflows for code review and implementation automation. See install commands, full SKILL.md source, source...

Updated 2026-05-12

Sourceanthropics
Tagscode review, GitHub, Claude Code
InstallSource only
ContentIndexable Full Text
Updated2026-05-12

What it claims

Claude Code Action

Medium information confidence
  • Runs Claude Code in GitHub PR and issue workflows for code review and implementation automation.
  • Use case: code review
  • Tooling: GitHub
Owner
anthropics
Updated
2026-05-12
  • code review
  • GitHub
  • Claude Code

Source

Install Loop

  1. Copy the full SKILL.md from this page.
  2. Create the target skill folder for your agent.
  3. Save the content as SKILL.md, verify the file exists, then reload the agent.

SKILL.md

4,793 characters ready to copy into an agent skill folder.

Download

install.json

Programmatic package with skill markdown, files, install targets, and source URLs.

Claude Code

Path
~/.claude/skills/claude-code-action/SKILL.md
Folder
~/.claude/skills/claude-code-action
mkdir -p ~/.claude/skills/claude-code-action
mkdir -p ~/.claude/skills/claude-code-action && pbpaste > ~/.claude/skills/claude-code-action/SKILL.md
test -s ~/.claude/skills/claude-code-action/SKILL.md && echo "installed: ~/.claude/skills/claude-code-action/SKILL.md"

Restart Claude Code or reload the skill list after saving.

No explicit install command was identified in the fetched source. Review the source before installing.

Source Facts

Source
GitHubcrawl · 2026-05-12
Repository
github.com/anthropics/claude-code-actionsource · 2026-05-12
Owner
anthropicssource · 2026-05-12
Repo path
.source · 2026-05-12
Install entry
Source onlypage contract · 2026-05-12
First seen
2026-05-12T12:48:26.537Zsource · 2026-05-12
GitHub stars
7,535source · 2026-05-12
GitHub forks
1,817source · 2026-05-12
License
MITsource · 2026-05-12
Repository updated
2026-05-12source · 2026-05-12

Skill Files

SKILL.mdPrimary skill instruction · Skill Md · 4.7 KB
Open source
README.mdRepository readme · Readme · 4.7 KB
Open source

Signals

  • No obvious static risk

Full SKILL.md

Full SKILL.md · observed 2026-05-12 · 4,793 chars

![Claude Code Action responding to a comment](https://github.com/user-attachments/assets/1d60c2e9-82ed-4ee5-b749-f9e021c85f4d)

# Claude Code Action

A general-purpose [Claude Code](https://claude.ai/code) action for GitHub PRs and issues that can answer questions and implement code changes. This action intelligently detects when to activate based on your workflow context—whether responding to @claude mentions, issue assignments, or executing automation tasks with explicit prompts. It supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry.

## Features

- 🎯 **Intelligent Mode Detection**: Automatically selects the appropriate execution mode based on your workflow context—no configuration needed
- 🤖 **Interactive Code Assistant**: Claude can answer questions about code, architecture, and programming
- 🔍 **Code Review**: Analyzes PR changes and suggests improvements
- ✨ **Code Implementation**: Can implement simple fixes, refactoring, and even new features
- 💬 **PR/Issue Integration**: Works seamlessly with GitHub comments and PR reviews
- 🛠️ **Flexible Tool Access**: Access to GitHub APIs and file operations (additional tools can be enabled via configuration)
- 📋 **Progress Tracking**: Visual progress indicators with checkboxes that dynamically update as Claude completes tasks
- 📊 **Structured Outputs**: Get validated JSON results that automatically become GitHub Action outputs for complex automations
- 🏃 **Runs on Your Infrastructure**: The action executes entirely on your own GitHub runner (Anthropic API calls go to your chosen provider)
- ⚙️ **Simplified Configuration**: Unified `prompt` and `claude_args` inputs provide clean, powerful configuration aligned with Claude Code SDK

## 📦 Upgrading from v0.x?

**See our [Migration Guide](./docs/migration-guide.md)** for step-by-step instructions on updating your workflows to v1.0. The new version simplifies configuration while maintaining compatibility with most existing setups.

## Quickstart

The easiest way to set up this action is through [Claude Code](https://claude.ai/code) in the terminal. Just open `claude` and run `/install-github-app`.

This command will guide you through setting up the GitHub app and required secrets.

**Note**:

- You must be a repository admin to install the GitHub app and add secrets
- This quickstart method is only available for direct Anthropic API users. For AWS Bedrock, Google Vertex AI, or Microsoft Foundry setup, see [docs/cloud-providers.md](./docs/cloud-providers.md).

## 📚 Solutions & Use Cases

Looking for specific automation patterns? Check our **[Solutions Guide](./docs/solutions.md)** for complete working examples including:

- **🔍 Automatic PR Code Review** - Full review automation
- **📂 Path-Specific Reviews** - Trigger on critical file changes
- **👥 External Contributor Reviews** - Special handling for new contributors
- **📝 Custom Review Checklists** - Enforce team standards
- **🔄 Scheduled Maintenance** - Automated repository health checks
- **🏷️ Issue Triage & Labeling** - Automatic categorization
- **📖 Documentation Sync** - Keep docs updated with code changes
- **🔒 Security-Focused Reviews** - OWASP-aligned security analysis
- **📊 DIY Progress Tracking** - Create tracking comments in automation mode

Each solution includes complete working examples, configuration details, and expected outcomes.

## Documentation

- **[Solutions Guide](./docs/solutions.md)** - **🎯 Ready-to-use automation patterns**
- **[Migration Guide](./docs/migration-guide.md)** - **⭐ Upgrading from v0.x to v1.0**
- [Setup Guide](./docs/setup.md) - Manual setup, custom GitHub apps, and security best practices
- [Usage Guide](./docs/usage.md) - Basic usage, workflow configuration, and input parameters
- [Custom Automations](./docs/custom-automations.md) - Examples of automated workflows and custom prompts
- [Configuration](./docs/configuration.md) - MCP servers, permissions, environment variables, and advanced settings
- [Experimental Features](./docs/experimental.md) - Execution modes and network restrictions
- [Cloud Providers](./docs/cloud-providers.md) - AWS Bedrock, Google Vertex AI, and Microsoft Foundry setup
- [Capabilities & Limitations](./docs/capabilities-and-limitations.md) - What Claude can and cannot do
- [Security](./docs/security.md) - Access control, permissions, and commit signing
- [FAQ](./docs/faq.md) - Common questions and troubleshooting

## 📚 FAQ

Having issues or questions? Check out our [Frequently Asked Questions](./docs/faq.md) for solutions to common problems and detailed explanations of Claude's capabilities and limitations.

## License

This project is licensed under the MIT License—see the LICENSE file for details.

Related Pages

Similar Skills

Risks / Limits

Safety Gate

Low

No obvious dangerous static pattern found; credential setup may still need review.

Risk level
Low
Scan status
completed
Information confidence
Medium
Generated
2026-05-12

Findings

  • Source content mentions credential setup terms; verify secret handling before installing.

Source and parsed content are available, but some supporting inputs are incomplete.

Evidence

GitHub

Runs Claude Code in GitHub PR and issue workflows for code review and implementation automation.

Source type
crawl
Observed
2026-05-12
Confidence
90%