What problem does it solve?
This Skill streamlines making a pull request mergeable by aligning CI status, resolving review threads, rebasing onto the latest branch, and cleaning up noisy commit history.
Core Features & Use Cases
- CI triage for failing checks: Fetches GitHub Actions check details and extracts failing test names and error context in a single pass.
- Review thread management: Lists unresolved (or all) review threads and provides the exact IDs needed to reply and resolve safely.
- Merge-readiness workflow: Recommends an always-rebase approach onto the latest
master and provides a guided way to squash or fold “noise” commits via interactive rebase.
- Issue hygiene tied to PR work: Lists and views issues, comments, closes/reopens, labels, and links issues to PRs.
Quick Start
Tell the agent: Edit the PR number in the PR CI Check run configuration, then run it to identify failing jobs and exact failing test names for PR #628.