PR Review Fixer Fetch unresolved PR comments, validate each issue, create a fix plan, implement fixes, and verify CI checks pass (tests, lint, build). Workflow 1. Fetch PR Comments 2. Filter Comments A comment counts as a "Claude review" if either the author is (the upstream Action) or the body contains the sentinel (emitted by the agent when pr-pilot runs it locally). Apply the dedup rules below to both sources uniformly. Code-level comments (reviewThreads): 1. Exclude resolved threads : Filter out threads where 2. Claude review handling : For Claude review comments (as defined above), keep…