Automatically identify and resolve CI build errors or trigger job re-runs.
Install
mkdir -p .claude/skills/ci-gadget-inc && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13459" && unzip -o skill.zip -d .claude/skills/ci-gadget-inc && rm skill.zipInstalls to .claude/skills/ci-gadget-inc
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Diagnoses and fixes CI failures and re-runs GitHub Actions jobs. Use when CI is failing, tests break in CI, lint errors block merging, a build fails, or jobs need re-running.Key capabilities
- →Identify failed jobs in the latest CI run
- →Analyze logs to categorize CI failures
- →Fix individual CI failures
- →Re-run failed jobs in the latest CI run
- →Re-run all jobs in the latest CI run
How it works
The skill identifies failed jobs, analyzes logs, categorizes failures, and then fixes or re-runs the specified GitHub Actions CI jobs on the current branch.
Inputs & outputs
When to use ci
- →Fixing broken CI builds
- →Retrying failed GitHub Actions
- →Resolving linting errors in CI
- →Troubleshooting test failures
About this skill
CI
Inspect, fix, and re-run GitHub Actions CI on the current branch.
Operations
Fix CI Failures
Identify failed jobs in the latest CI run, analyze logs, categorize failures, and fix each one. See fix.md for detailed instructions.
Re-run CI Jobs
Re-run failed or all jobs in the latest CI run. See rerun.md for detailed instructions.
Routing
- "fix ci" / "ci is broken" / "tests failing in CI" / "lint failing" / "build broken" → Fix
- "rerun ci" / "retry ci" / "re-run the build" / "run ci again" → Re-run
- "fix and push" → Fix, then use git skill to commit and push
How it compares
This skill automates the diagnosis and resolution of CI failures and job re-runs, unlike manual inspection and execution.
Compared to similar skills
ci side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ci (this skill) | 0 | 5mo | No flags | Beginner |
| e2e-testing-patterns | 8 | 2mo | No flags | Intermediate |
| testing-workflow | 16 | 9mo | Review | Intermediate |
| perf-lighthouse | 13 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
e2e-testing-patterns
wshobson
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
testing-workflow
amo-tech-ai
Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.
perf-lighthouse
tech-leads-club
Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget.
xcodebuildmcp
cameroncooke
Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).
verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
playwright-pro
alirezarezvani
Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates, 3 agents, smart reporting.