github-actions-check
Installation
SKILL.md
GitHub Actions Check Skill
Check GitHub Actions workflow status after a git push, identify failures, and suggest local reproduction commands. This skill observes and reports -- it modifies workflow files or auto-fixes code only with explicit permission.
Instructions
Step 1: Identify Repository and Branch
Read and follow any repository CLAUDE.md before proceeding -- it may contain CI-specific instructions or branch naming conventions.
Determine which repository and branch to check:
# Get repository from git remote
git remote get-url origin
# Get the branch that was pushed
git branch --show-current