When you're staring at a dozen PR review comments and need to tackle them methodically, this skill walks you through the process using gh CLI. It fetches comments with `gh pr view --comments`, helps you categorize feedback and plan fixes, then lets you respond to threads once changes are committed. The workflow includes a confirmation step before applying fixes, which is smart when dealing with multiple comment threads. One thing to note: it assumes you're comfortable with gh CLI and have it authenticated, so this isn't for teams still clicking through the GitHub web UI. The real value is in the structured approach rather than any automation magic.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill address-github-comments