amoa-github-action-integration

Automate Claude Code GitHub Actions for PR review, mention responses, and issue triage.

13|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-orchestrator-agent --skill amoa-github-action-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amoa-github-action-integration
Source: https://github.com/Emasoft/ai-maestro-orchestrator-agent/tree/main/skills/amoa-github-action-integration
Command: npx skills add https://github.com/Emasoft/ai-maestro-orchestrator-agent --skill amoa-github-action-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of configuring Claude Code as GitHub Actions by providing ready-made workflow templates, operational checklists, and troubleshooting guidance so teams can quickly enable automated PR reviews, @claude mention responses, and issue triage.

Core Features & Use Cases

  • Workflow Templates: Ready-to-use templates for PR review, mention responses, and issue triage that can be copied into .github/workflows.
  • Operational Guides: Step-by-step operations for configuring ANTHROPIC_API_KEY secrets, repository permissions, and GH CLI usage.
  • Troubleshooting & Customization: Detailed error handling, permission guidance, and examples for customizing model selection, tool restrictions, and triggers.
  • Use Case: Enable automated code review comments and summary assessments on pull requests while auto-labeling and triaging newly opened issues.

Quick Start

Copy a template from templates/workflows into your repository's .github/workflows, add the ANTHROPIC_API_KEY repository secret, and enable Actions Read and write permissions.

Frequently Asked Questions about amoa-github-action-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request reviews using Claude Code in GitHub Actions?

To automate pull request reviews using Claude Code in GitHub Actions, you copy ready-made workflow templates into your repository's .github/workflows directory, add the ANTHROPIC_API_KEY repository secret, and enable Actions read and write permissions. This setup enables automated PR code review comments and summary assessments.

What is needed to set up Claude Code for automated issue triage in GitHub?

Setting up Claude Code for automated issue triage in GitHub requires an ANTHROPIC_API_KEY repository secret, appropriate GitHub Actions read and write permissions, and optional GH CLI access for comment and label operations. Ready-made workflow templates are provided to copy into .github/workflows to auto-label and triage newly opened issues.

Can I use Claude Code GitHub Actions to respond to @claude mentions in pull requests?

Yes, Claude Code GitHub Actions can respond to @claude mentions in pull requests. The Skill provides ready-to-use workflow templates specifically for mention responses, allowing Claude to automatically reply when tagged in PR comments, provided the ANTHROPIC_API_KEY secret and repository permissions are configured.

How do I configure GitHub repository permissions for Anthropic API integration?

Configuring GitHub repository permissions for Anthropic API integration involves enabling Actions read and write permissions in the repository settings and adding the ANTHROPIC_API_KEY as a repository secret. Operational guides provided by the Skill offer step-by-step instructions for this configuration, including optional GH CLI usage.

What are the limitations of using workflow templates for Claude Code PR review?

Limitations of using workflow templates for Claude Code PR review include the mandatory requirement of an ANTHROPIC_API_KEY repository secret and appropriate GitHub Actions permissions. Customizing model selection, tool restrictions, and triggers requires manual adjustment, and troubleshooting guidance is limited to provided error handling and permission examples.