Armory
Source
Browse
Skills

gh-fix-ci

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install gh-fix-ci --cli claude

writes the skill into.claude/skills/gh-fix-ci/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/gh-fix-ci/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

When to use it

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/gh-fix-ci/SKILL.md -o .claude/skills/gh-fix-ci/SKILL.md

Notes

Extracted from davila7/claude-code-templates, gh-fix-ci category.