github-agent-actions

Installation
SKILL.md

GitHub Agent Actions Skill

Create GitHub Actions workflows that use anthropics/claude-code-action to automate PR reviews, issue triage, documentation updates, scheduled maintenance, and other Claude-powered tasks.

Source of Truth

The claude-code-action repo is the authoritative source for supported inputs, events, and configuration. When in doubt, fetch what you need before generating YAML.

  • Action inputs & structure: gh api repos/anthropics/claude-code-action/contents/action.yml --jq '.content' | base64 -d
  • Supported events: gh api repos/anthropics/claude-code-action/contents/src/github/context.ts --jq '.content' | base64 -d
  • Solutions & examples: gh api repos/anthropics/claude-code-action/contents/docs/solutions.md --jq '.content' | base64 -d
  • Migration guide: gh api repos/anthropics/claude-code-action/contents/docs/migration-guide.md --jq '.content' | base64 -d
  • GitHub Actions syntax: https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax

Process

Phase 1: Understand the Goal

Installs
4
First Seen
Mar 9, 2026
github-agent-actions — cartridge-gg/agents