Reviewer feedback, resolved
Run /fix-review on any PR and the playbook reads every open review thread, groups related comments into a structured plan, and implements each fix in turn. It commits and pushes each fix immediately, updates a checkbox comment with the commit SHA, and replies to the matching review thread with what changed.

The edge cases, covered
It works only the threads that matter — skipping resolved and outdated comments, flagging risky changes for confirmation, and keeping reviewers in the loop at every step.
Open threads only
Acts solely on open review threads, leaving resolved and outdated comments untouched so it stays focused on live feedback.
One commit per fix
Each fix is committed and pushed immediately after completion, keeping the history granular and the PR easy to follow.
Inline thread replies
Replies to every associated review thread explaining what was fixed, so reviewers can verify without chasing the developer.
Risk-gated changes
Categorizes each thread and flags items that need confirmation versus the ones it can safely implement on its own.
Single source of truth
A checkbox plan comment updates in real time with commit SHAs, giving reviewers one place to track progress across every fix.
Speaks your review tool's language
It reads open review threads, posts progress comments, and pushes commits directly on your Git host, replying inline to each reviewer's thread.
Running from day one
Trigger it with /fix-review on any PR that has open review comments. Reply to or resolve anything that isn't actionable first — the agent handles every remaining open thread.


