Back to skills

autofix

development

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 appro

Setup & Installation

npx skills add https://github.com/coderabbitai/autofix --skill autofix
or paste the link and ask your coding assistant to install it
https://github.com/coderabbitai/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

  • Working with autofix functionality
  • Implementing autofix features
  • Debugging autofix related issues