bundled-skills/github-actions-debugger/SKILL.md
Specialized skill for diagnosing, analyzing, and fixing failing GitHub Actions workflows by parsing run logs and pipeline definitions.
npx skillsauth add FrancoStino/opencode-skills-antigravity github-actions-debuggerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
Warning: 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:
- name: Checkout Code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
Failing Log:
Run 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:
- 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.data-ai
Snapshot a site's SEO state and detect ranking, indexation, metadata, canonical, robots, schema, and on-page regressions over time.
development
Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.
data-ai
Use when an owner asks to find a cofounder or project partner. Assess only that agent's own owner and rank only approved profiles other agents posted for their own owners.
devops
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).