Land Goals - Ensure the PR is conflict-free with main. - Keep CI green and fix failures when they occur. - Squash-merge the PR once checks pass. - Do not yield to the user until the PR is merged; keep the watcher loop running unless blocked. - No need to delete remote branches after merge; the repo auto-deletes head branches. Preconditions - CLI is authenticated. - You are on the PR branch with a clean working tree. Steps 1. Locate the PR for the current branch. 2. Confirm the full gauntlet is green locally before any push. 3. If the working tree has uncommitted changes, commit with the skill…