| name | amoa-github-action-integration |
| description | Trigger with Claude Code action requests. Use when setting up Claude Code in GitHub Actions for automated PR reviews, @claude mention responses, and issue triage. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Requires AI Maestro installed. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| agent | amoa-main |
| context | fork |
| user-invocable | false |
Claude Code Action Integration
Overview
Set up Claude Code in GitHub Actions for PR reviews, @claude mentions, and issue triage.
Prerequisites
GitHub repo with Actions enabled, Anthropic API key, and write permissions.
Instructions
- Copy a template from
templates/workflows/ to .github/workflows/
- Add
ANTHROPIC_API_KEY secret in repo Settings > Secrets
- Enable write permissions in Settings > Actions > General
- Customize model/tools if needed, then test on a draft PR
Output
Workflow YAML in .github/workflows/, API key secret configured, permissions enabled.
Checklist
Copy this checklist and track your progress:
Error Handling
See error-handling.md for troubleshooting triggers, auth, permissions, and timeouts.
Resources
Examples
Input: "set up automated PR review with Claude"
Output: .github/workflows/claude-pr-review.yml with secrets and permissions configured.