Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Specialized skill for diagnosing, analyzing, and fixing failing GitHub Actions workflows by parsing run logs and pipeline definitions.
.claude/skills/sickn33-github-actions-debugger/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 86% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 100% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 83% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 51% | 0% |
This skill is designed to act as an expert CI/CD diagnostician. It focuses specifically on reading raw logs from failed GitHub Actions, identifying the root cause of the crash or failure, and outputting the precise YAML or code changes required to fix the pipeline.
.github/workflows/*.yml definition.${{ secrets.API_KEY }}).run: block.diff of the .yml file or the underlying script that needs to be modified..yml file) and the failure log simultaneously to ensure accurate diagnosis.actions/checkout@v2). Always recommend upgrading to the latest major versions (e.g., v4).permissions: block if it's attempting to write to the repository, packages, or deploy environments.Failing Log:
textWarning: The Go/Node.js/Python version used by this action is deprecated. Error: Node.js 16 actions are deprecated. Please update to use Node.js 20.
Proposed Fix Diff:
diff- name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4
Failing Log:
textRun npm run deploy npm run deploy shell: /usr/bin/bash -e {0} Error: API Key is required for deployment. Process exited with code 1.
Proposed Fix Diff:
diff- name: Deploy App run: npm run deploy + env: + DEPLOY_API_KEY: ${{ secrets.DEPLOY_API_KEY }}
--dry-run or staging execution where possible to prevent unintended side effects in downstream environments during debugging.${{ secrets.SECRET_NAME }}).@devops-troubleshooter - General DevOps and infrastructure issue resolution.@cicd-automation-workflow-automate - For creating new CI/CD pipelines from scratch.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 6,889 | 7,155 | +4% | 1 | 1 | 0% | 1,273 | 2,366 | +86% | 0 | 0 | — |
case-02 | fail→pass | 6,494 | 5,623 | -13% | 1 | 1 | 0% | 986 | 1,969 | +100% | 0 | 0 | — |
case-03 | pass→pass | 5,937 | 5,277 | -11% | 1 | 1 | 0% | 1,035 | 2,091 | +102% | 0 | 0 | — |
case-04 | pass→pass | 10,148 | 8,995 | -11% | 1 | 1 | 0% | 1,789 | 2,731 | +53% | 0 | 0 | — |
case-05 | pass→pass | 8,555 | 7,756 | -9% | 1 | 1 | 0% | 1,796 | 2,642 | +47% | 0 | 0 | — |
case-06 | pass→pass | 9,880 | 5,776 | -42% | 1 | 1 | 0% | 1,776 | 2,180 | +23% | 0 | 0 | — |
case-07 | pass→pass | 8,210 | 6,960 | -15% | 1 | 1 | 0% | 1,437 | 2,295 | +60% | 0 | 0 | — |
case-08 | pass→pass | 7,509 | 5,460 | -27% | 1 | 1 | 0% | 1,402 | 2,017 | +44% | 0 | 0 | — |
case-09 | fail→pass | 7,576 | 7,218 | -5% | 1 | 1 | 0% | 1,328 | 2,430 | +83% | 0 | 0 | — |
case-10 | fail→fail | 10,855 | 11,748 | +8% | 1 | 1 | 0% | 2,021 | 3,177 | +57% | 0 | 0 | — |
case-11 | pass→pass | 12,305 | 7,912 | -36% | 1 | 1 | 0% | 2,040 | 2,434 | +19% | 0 | 0 | — |
case-12 | pass→pass | 10,359 | 10,382 | +0% | 1 | 1 | 0% | 2,218 | 3,193 | +44% | 0 | 0 | — |
case-13 | pass→pass | 7,517 | 5,236 | -30% | 1 | 1 | 0% | 1,269 | 2,098 | +65% | 0 | 0 | — |
case-14 | pass→pass | 7,151 | 5,449 | -24% | 1 | 1 | 0% | 1,452 | 2,127 | +46% | 0 | 0 | — |
case-15 | pass→pass | 11,453 | 6,932 | -39% | 1 | 1 | 0% | 2,082 | 2,318 | +11% | 0 | 0 | — |
case-16 | fail→fail | 10,228 | 8,179 | -20% | 1 | 1 | 0% | 1,986 | 2,981 | +50% | 0 | 0 | — |
case-17 | pass→pass | 4,034 | 3,647 | -10% | 1 | 1 | 0% | 743 | 1,782 | +140% | 0 | 0 | — |
case-18 | fail→pass | 11,015 | 11,038 | +0% | 1 | 1 | 0% | 1,900 | 2,933 | +54% | 0 | 0 | — |
case-19 | pass→pass | 10,301 | 9,282 | -10% | 1 | 1 | 0% | 1,806 | 2,642 | +46% | 0 | 0 | — |
case-20 | pass→pass | 10,016 | 7,967 | -20% | 1 | 1 | 0% | 1,939 | 2,527 | +30% | 0 | 0 | — |
case-21 | fail→pass | 11,141 | 10,390 | -7% | 1 | 1 | 0% | 1,984 | 2,995 | +51% | 0 | 0 | — |
case-22 | pass→pass | 7,828 | 6,894 | -12% | 1 | 1 | 0% | 1,599 | 2,302 | +44% | 0 | 0 | — |
case-23 | pass→pass | 7,069 | 6,005 | -15% | 1 | 1 | 0% | 1,256 | 2,229 | +77% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +22 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 8/11/2026 | +22% |
Other measured skills in the registry, with their headline benchmark lift.