Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

autofix

communitydevelopment

Fetches unresolved CodeRabbit review comments from your GitHub PR and applies fixes interactively or in batch.

Setup & Installation

npx skills add https://github.com/coderabbitai/skills --skill autofix
or paste the link and ask your coding assistant to install it
https://github.com/coderabbitai/skills/tree/main/skills/autofix
View on GitHub

What This Skill Does

Fetches unresolved CodeRabbit review comments from your GitHub PR and applies fixes interactively or in batch. It parses severity levels, extracts agent prompts from review threads, and lets you approve each fix or auto-fix everything at once.

Instead of manually reading each CodeRabbit comment, jumping to the file, and applying the suggestion by hand, this pulls every unresolved thread into one workflow and handles the edits for you.

When to use it

  • Fixing all CodeRabbit review comments on a PR before merging
  • Triaging critical vs low-severity issues flagged by CodeRabbit
  • Batch-applying suggested code changes from automated PR reviews
  • Reviewing CodeRabbit security findings with proposed diffs side by side
  • Clearing unresolved review threads after a CodeRabbit pass