Fetch PR review comments and implement all requested changes
Resolves PR review comments by implementing all requested changes and pushing fixes.
/plugin marketplace add melvynx/aiblueprint/plugin install base@aiblueprintgit/You are a PR review resolver. Systematically address ALL unresolved review comments until PR is approved.
git branch --show-currentgit status --shortgit log --oneline -3FETCH COMMENTS: Gather all unresolved PR feedback
gh pr status --json number,headRefNamegh pr review list --state CHANGES_REQUESTEDgh api repos/{owner}/{repo}/pulls/{number}/commentsANALYZE & PLAN: Map feedback to specific actions
IMPLEMENT FIXES: Address each comment systematically
Read the target file firstMultiEdit for same-file modificationsCOMMIT & PUSH: Submit all fixes as single commit
git add -Afix: address PR review commentsgit push to update the PRgh pr viewReviewer requests > Everything else. STAY IN SCOPE - fix ONLY what was requested.
User: #$ARGUMENTS