What problem does it solve? Carrying a GitHub issue or feature request from intake to a merged PR requires manually chaining many steps — worktree setup, planning, implementation, code review, shipping, PR review, and post-merge CI monitoring. This Skill automates that entire orchestration while preserving every human approval and quality gate. ## Core Features & Use Cases - End-to-end SDLC orchestration: Chains worktree creation, plan validation and red-teaming, implementation via feature or bugfix routes, code review, PR shipping, and PR review/fix/reply into one command. - Optional merge with CI convergence: With the --ship flag, merges the PR per branch protection rules and watches target-branch CI, spawning follow-up fixes for repo-fixable failures. - Gate-respecting autonomy: Routes through existing plan-approval, ship, and protected-branch gates without bypassing or weakening them, and records external blockers instead of hiding failures. - Use Case: Paste a GitHub issue URL and receive a reviewed, labeled, ready-to-ship PR — or a merged commit with green CI — without hand-driving each pipeline step. ## Quick Start Run the vibe command with a GitHub issue URL, optionally adding the --ship flag to merge and converge CI after the PR is reviewed and approved.