This handles the full PR review workflow: fetches comments via GitHub CLI, classifies them by severity (critical down to nitpick), shows you a summary table of what needs attention, and lets you apply fixes with confirmation before committing. It's smart about CodeRabbit's structured review sections and knows to grab comments from review-specific endpoints when the general API misses them. The severity classification is opinionated but useful, it batches cosmetic fixes into single commits while keeping functional changes separate, and it handles thread replies correctly (which is fiddly with the GitHub API). Good for teams that get detailed automated reviews and need a systematic way to work through feedback without missing anything or making a mess of the commit history.
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-review