What problem does it solve?
This Skill automates the repetitive and error-prone workflow of creating or updating a pull request, watching continuous integration checks, and addressing review feedback so developers can move from local changes to a merged PR with less manual effort.
Core Features & Use Cases
- PR lifecycle automation: Commit and push changes, create or update a PR targeting main, and update the PR body programmatically.
- CI monitoring and triage: Poll CI checks, surface failing runs and logs, and provide actionable feedback to fix issues.
- Review handling and merge support: Detect reviews and inline comments, apply straightforward fixes, and optionally squash-merge and clean up branches or worktrees.
- Use Case: A developer finishes a feature branch, runs the skill to push commits, create a concise PR, watch CI until green, apply small fixes found in CI logs, and then merge once approvals are present.
Quick Start
Create a pull request from the current branch to main, push any local commits, and monitor CI until the checks pass.