Gha banner
giovanebribeiro giovanebribeiro

Gha

Git community

Description

--- description: Analyze GitHub Actions failures and identify root causes (source: https://github.com/ykdojo/claude-code-tips/blob/main/commands/gha.md) argument-hint: <url> --- Investigate this GitHub Actions URL: $ARGUMENTS Use the gh CLI to analyze this workflow run. Your investigation should: 1. **Get basic info & identify actual failure**: - What workflow/job failed, when, and on which commit? - CRITICAL: Read the full logs carefully to find what SPECIFICALLY caused the exit code 1

Installation

Installs to ~/.claude/skills/giovanebribeiro-claude-setup-gha/SKILL.md

Terminal
mkdir -p ~/.claude/skills/giovanebribeiro-claude-setup-gha && curl -fsSL https://raw.githubusercontent.com/giovanebribeiro/claude-setup/HEAD/commands/gha.md -o ~/.claude/skills/giovanebribeiro-claude-setup-gha/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository