PR Pilot Push a branch, create a PR, loop through reviews until clean, then squash-merge. Input The skill works in the current working directory (or a specified worktree path). It needs: - A branch with committed changes ready to push - Optionally a Transit ticket reference ( ) for status tracking - Optionally an existing PR number (skips push and PR creation) If invoked with arguments, parse them for: - — Transit ticket to track - or a PR number — existing PR to work with - A path — working directory override Workflow 1. Push and Create PR If no existing PR number was provided: 1. Push the b…