Validates pull request status by checking CI pipelines, review approvals, and merge conflicts before finalizing changes.
This skill streamlines the software delivery lifecycle by automating the final checklist required before merging code into a main branch. It programmatically inspects pull request metadata to ensure all continuous integration checks have passed, the required number of peer approvals has been met, and no merge conflicts exist. By consolidating status information from GitHub into a clear readiness report, it helps developers avoid broken builds and ensures compliance with repository branch protection rules.
主な機能
01Detailed readiness status reporting
0214 GitHub stars
03Real-time merge conflict detection
04Review approval and requested change tracking
05Automated CI/CD pipeline status verification
06Branch protection rule compliance checking
ユースケース
01Auditing blocked PRs to identify missing requirements
02Batch processing multiple pull requests for release
03Final validation before manual or automated PR merging