What problem does it solve?
This skill eliminates the manual overhead of monitoring CI pipelines, resolving minor test failures, and performing final code reviews before merging pull requests.
Core Features & Use Cases
- Automated CI Monitoring: Watches PR status and identifies failures in real-time.
- Self-Healing: Automatically attempts to fix common CI issues like linting or formatting errors.
- Safety Guardrails: Integrates with Codex for final diff reviews and ensures all required checks pass before merging.
- Use Case: A developer pushes a branch and triggers this skill to handle the entire lifecycle of the PR, from waiting for tests to passing to final merge, without further manual intervention.
Quick Start
Invoke the github-merge-pr skill to monitor the current branch and automatically merge the pull request once all checks pass and the review is complete.