If you're tired of context-switching between your terminal, GitHub's web UI, and your editor while addressing PR feedback, this streamlines the whole process. It fetches PR comments using the gh CLI via a custom script, then gives you a structured summary of what's resolved versus what still needs attention. The smart part is it doesn't automatically start making changes. Instead, it presents the feedback with reference numbers and waits for you to decide what to tackle, skip, or discuss. It's designed specifically for the Gemini CLI workflow, so it assumes you're working in that context. Good for teams using automated review agents or just dealing with lots of PR threads.
npx skills add https://github.com/google-gemini/gemini-cli --skill pr-address-comments