autofix

Apply CodeRabbit feedback fixes to GitHub pull requests.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/billydeeii136/black-opps-claude-skill --skill autofix-billydeeii136
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autofix
Source: https://github.com/billydeeii136/black-opps-claude-skill/tree/main/agent-skills/autofix
Command: npx skills add https://github.com/billydeeii136/black-opps-claude-skill --skill autofix-billydeeii136

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and applying code fixes from CodeRabbit feedback on GitHub pull requests, saving developers time and reducing manual work.

Core Features & Use Cases

  • Automated Code Review: Automatically fetches unresolved CodeRabbit feedback on GitHub PRs.
  • Selective Issue Resolution: Allows developers to review and apply fixes one by one with explicit approval.
  • Integration with GitHub: Utilizes GitHub CLI (gh) for pull request management and issue tracking.
  • Use Case: If you are a developer working on a GitHub project and have unresolved CodeRabbit feedback on your PR, this skill can help you quickly apply fixes and keep your codebase up to date.

Quick Start

Load repository instructions and run the autofix skill to apply validated fixes from CodeRabbit feedback to your current branch's PR.

Frequently Asked Questions about autofix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically apply CodeRabbit feedback to GitHub pull requests?

Automating CodeRabbit feedback resolution involves fetching unresolved PR threads, validating the issues, and applying code fixes directly. This skill uses gh for PR management and git for repository interaction to apply those validated fixes.

Do I need GitHub CLI and git installed to automate code review fixes?

Yes, both GitHub CLI (gh) and git are required dependencies. The skill utilizes gh for pull request management and feedback fetching, and git for applying the code fixes to your repository branch.

Can I selectively resolve CodeRabbit issues one by one on my PR?

Yes, the skill supports selective issue resolution. It fetches unresolved CodeRabbit threads and allows you to review and apply fixes one by one with explicit approval, ensuring you control which changes are committed.

What is the best way to integrate automated CodeRabbit issue resolution into my workflow?

To integrate automated CodeRabbit issue resolution, load repository instructions and run the autofix skill. It performs PR number resolution, fetches thread feedback, validates issues, and applies fixes with optional pre-push validation.

Does applying automated code review fixes support pre-push validation?

Yes, the skill includes optional pre-push validation. After fetching CodeRabbit feedback and applying fixes, it performs validation checks before pushing the changes to your GitHub pull request branch.