Review PR Comments Fetch, evaluate, and address PR review comments from GitHub. Many reviewer comments reference outdated code or misunderstand the logic — always verify against the actual codebase before acting. Process This is a single-pass flow. Fetch comments, read files, evaluate, present assessment, reply to all comments, resolve all threads, and show the final summary — all without pausing for user confirmation. 1. Find the PR If no PR number is provided, find the PR for the current branch: 2. Fetch Review Comments Fetch comments with their IDs: Filter to only top-level comments (where…