# Reconcile Closed-Not-Merged PR Prompt You are reconciling PR `` in `` which is closed but `merged=false`. Rules: - Do not delete branches or worktrees before reconciliation is complete. - Compare the PR's exact content to remote ``. - Determine if the content is fully landed, partially landed, or not landed. Workflow: 1. Verify the PR metadata says `state=closed` and `merged=false`. 2. Fetch/prune and inspect remote ``. 3. If fully landed: comment that it landed, remove `status:in-progress`, close issue, and clean up. 4. If partially landed: reopen issue if needed, create corrective PR for missing pieces, do not clean up. 5. If not landed: reopen issue/PR, do not clean up. Final handoff: - PR metadata (state, merged flag, hash) - Git content verification (remote master hash, expected content present or not) - reconciliation decision (fully/partially/not landed) - issue/label state repaired