What problem does it solve?
This Skill removes the busywork of pushing a change into a real pull request and then repeatedly checking CI, CodeRabbit, and review feedback until the PR is actually green and clean.
Core Features & Use Cases
- End-to-end PR shipping: commit locally, push to your fork, and open or reuse a PR against upstream main.
- Active CI + review babysitting loop: poll checks, inspect failures, and address actionable review comments until resolved.
- Safe workflow guardrails: avoids pushing to upstream, avoids amending already-pushed commits, and runs targeted validation before follow-up commits.
- Use case: when you ask to ship an
openhuman branch (or “open a PR and stay on CI”) so the agent will drive the PR to a merge-ready state.
Quick Start
Use the ship-and-babysit skill for the current branch so it pushes your fork, opens (or reuses) the PR, and keeps fixing CI and CodeRabbit/review feedback until the PR is green and clean.