Ship Take the current branch from "work in progress" to "ready to merge". This skill is for the full PR babysitting loop: - confirm you are on a real feature branch - find or create the PR - watch CI and review activity - handle automated review comments one by one - push fixes and keep re-checking - stop only when the PR is merge-ready or blocked by something a human must decide When to Use Use this when the user wants you to: - ship a branch - create a PR if needed - monitor CI until it settles - deal with AI review bots or automated review comments - keep a PR merge-ready in a loop - squas…