What problem does it solve?
This Skill streamlines the process of creating pull requests and automatically resolves Continuous Integration (CI) check failures, saving developers significant time and effort in the code review cycle.
Core Features & Use Cases
- Automated Branching and Committing: Creates new branches and commits changes with provided messages.
- CI Monitoring and Failure Resolution: Monitors CI checks, parses failure logs, proposes fixes, and iteratively applies them until all checks pass.
- Interactive Confirmation: Prompts the user for approval before applying fixes, with options for auto-fixing low-risk issues.
- Use Case: After pushing a feature branch, CI checks fail due to linting errors. The
sc-pr-fix skill automatically creates a PR, identifies the linting errors, suggests fixes, and applies them after user confirmation, ensuring the PR is merge-ready.
Quick Start
Use the sc-pr-fix skill to create a pull request with the message "fix: resolve test failures" and automatically fix any CI issues that arise.