When a GitHub PR's CI checks blow up, this skill automates the tedious dance of running gh commands to figure out what failed and why. It pulls GitHub Actions logs, extracts the relevant failure snippet, then uses the plan skill to draft a fix and waits for your approval before implementing. The bundled Python script handles the common annoyances like field drift in gh's JSON output and jobs that are still running. It explicitly scopes out external CI like Buildkite rather than pretending it can handle everything. Honest take: this is the kind of automation that saves you from scrolling through 3,000 line logs in the GitHub UI at 11pm when a test flakes.
npx skills add https://github.com/davila7/claude-code-templates --skill gh-fix-ci