Automatically diagnoses and resolves failing GitHub Pull Request checks by analyzing CI logs and applying targeted code fixes.
The PR Check Auto-Fixer is designed to eliminate the manual overhead of debugging CI/CD pipelines. By leveraging the GitHub CLI, this skill identifies failing checks on your current branch, extracts relevant error logs, and uses parallel diagnostic agents to pinpoint root causes such as test failures, linting errors, or build breaks. Once the issues are categorized, the skill generates a comprehensive execution plan to apply the necessary fixes, helping you move from a broken build to a passing state with minimal manual intervention.
主な機能
01Parallel diagnostic analysis for multi-check failure scenarios
02Integrated task planning and execution for complex multi-file fixes
03Real-time progress reporting and verification steps
04Support for build, test, lint, and security failure categories
05Automated GitHub CLI integration for fetching PR status and logs
061 GitHub stars
ユースケース
01Fixing automated linting and formatting violations flagged during code review
02Debugging opaque CI errors by automatically extracting and analyzing remote log output
03Resolving broken GitHub Actions builds or failing unit tests on a feature branch