概要
GitHub CI Fixer (gh-fix-ci) streamlines the developer workflow by automatically inspecting failing GitHub PR checks using the GitHub CLI. It fetches and analyzes logs from failing GitHub Actions, extracts relevant error snippets, and utilizes Claude's reasoning to propose a concrete fix plan. Once approved, the skill implements the necessary code changes and suggests re-running checks to ensure a green status, significantly reducing the time spent manually hunting through CI logs.