dual-review: address review findings automatically 0 ▲ ¬ just serendipity 🍀 2 hours ago · Tech · hide · 0 comments ♠ Previously. My dual-review skill runs two independent LLM reviewers over a commit / diff / PR, validates every finding against the code, and hands back one action plan — Blockers, Important, Suggestions. Recently I added a flag argument that closes the loop: argument-hint: "[branch|staged|all] [--pr NUMBER] [--post]" +argument-hint: "[branch|staged|all] [--pr NUMBER] [--post] [--address]" - `--post`: post final action plan to target pull request after showing it; never post otherwise +- `--address`: after showing (and, if requested, posting) the action plan, fix Blockers and Important findings directly in the reviewed tree; never fix Suggestions without explicit confirmation +## 7. Address Findings (only with `--address`) + +Skip this section entirely unless `--address` was requested. + +1. Work in the same tree that was reviewed (existing worktree or user's checkout for `staged`/`all`); never create a second copy of the changes. +2. Address every Blocker and every Important… No comments yet. Log in to reply on the Fediverse. Comments will appear here.