All Green: Get PR Ready to Merge Your goal is to get this PR to a mergeable state by addressing all blockers: review comments, merge conflicts, and failing checks. Workflow Execute these steps in order: 1. Identify the PR First, determine which PR to work on: If no PR exists for the current branch, inform the user and stop. 2. Check PR Status Gather the full picture of what needs to be addressed: 3. Fetch and Address ALL Review Threads CRITICAL: You MUST fetch review threads using the GraphQL API and address every single unresolved one. This is NOT optional. Skipping this step is the #1 cause…