User request : $ARGUMENTS Goal Thin orchestration wrapper: start a recurring pr-merge-prep loop, monitor the PR until it reaches merge-ready state, stop the loop, and ask the user whether to merge. Never merge without explicit user confirmation. Flow 1. Detect PR If PR number/URL is in $ARGUMENTS, use it. Otherwise detect from the current branch via . If no PR found, report and stop. If PR is draft, report "PR is draft — nothing to babysit" and stop. 2. Start the Loop Invoke the loop skill with: "10m /pr-merge-prep $PR IDENTIFIER" This starts pr-merge-prep running every 10 minutes in the back…