What problem does it solve?
This Skill helps you avoid guessing whether a pull request is truly ready by consolidating CI status and review-bot feedback into one clear report.
Core Features & Use Cases
- CI readiness polling: Waits until every GitHub Actions check reaches a terminal state and no action-required approvals are pending.
- Review aggregation: Detects review-bot comments and formal reviews, with a time-based fallback so you are never blocked forever.
- Lightweight auto-fix: If a failed check is trivially fixable (format or lint), it applies a single guarded auto-fix and re-waits for results.
Use case: After you create a PR and expect CI plus review feedback to land, invoke this Skill to automatically wait through the full cycle and then deliver one unified status summary.
Quick Start
Tell your assistant: "After I create a PR, run wait-for-pr to monitor CI and review feedback and then return a single consolidated summary."