What problem does it solve?
This skill automates the complex, multi-step process of shipping code, ensuring that local development branches are always synced with the trunk, reviewed, and safely merged without manual oversight.
Core Features & Use Cases
- Local Code Review Gate: Automatically enforces code review rules and creates Linear tickets for actionable findings before any code is pushed.
- Closed-Loop Delivery: Manages the entire lifecycle from merging the latest trunk into your dev branch to babysitting CI/CD pipelines and performing production database migrations.
- Use Case: Use this when you have finished a feature on a local dev branch and want to ensure it is reviewed, tested, and merged into main without manually checking for conflicts, CI failures, or pending database schema updates.
Quick Start
Run the prb skill to push your current session work to the dev branch and initiate the automated review and merge process.