autofix

Collect and interpret unresolved CodeRabbit review threads for GitHub PRs.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill autofix-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autofix
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.agents/skills/autofix
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill autofix-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end workflow of collecting unresolved CodeRabbit review-thread feedback for a current GitHub PR, prioritizing issues by severity, and proposing safe, auditable changes that require explicit approvals before edits.

Core Features & Use Cases

  • Fetch and parse CodeRabbit review threads for a PR on GitHub to surface actionable issues.
  • Present issues in the original thread order, with severity mapping to actionable decisions (CRITICAL/HIGH/MEDIUM require fixes; LOW may be reviewed).
  • Manage a consolidated commit flow by staging all approved changes after user confirmation and providing a clear summary of what was fixed.

Quick Start

Start by running the autofix skill on a PR branch to automatically pull, analyze, and propose fixes from CodeRabbit feedback.

Frequently Asked Questions about autofix

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

FAQPage Schema
How do I automate CodeRabbit PR review fixes on GitHub?

Automating CodeRabbit PR review fixes involves fetching unresolved review threads via GraphQL, prioritizing issues by severity, and proposing auditable changes that require explicit approvals before staging. This Skill manages that workflow safely using GitHub CLI and git.

How does CodeRabbit review thread feedback get parsed for severity?

CodeRabbit review thread feedback is parsed by reading unresolved threads via GraphQL and mapping severity levels to actionable decisions. CRITICAL, HIGH, and MEDIUM issues require fixes, while LOW issues may be reviewed, preserving the original thread order.

Do I need GitHub CLI to process CodeRabbit review threads?

Yes, you need GitHub CLI and git installed to process CodeRabbit review threads. The Skill reads review threads via GraphQL through the GitHub CLI and enforces untrusted content handling alongside per-change approvals for safe automation.

What's the best way to safely apply automated code review fixes to a PR branch?

Safely applying automated code review fixes requires enforcing untrusted content handling and per-change approvals. The Skill stages all approved changes only after explicit user confirmation, providing a clear summary of what was fixed in the commit flow.

Can I review and approve CodeRabbit autofix changes individually before committing?

Yes, you can review and approve CodeRabbit autofix changes individually. The Skill enforces per-change approvals, meaning each proposed fix requires explicit confirmation before it is staged, ensuring auditable and safe modifications to your PR.

What are the limitations of automating CodeRabbit PR review feedback resolution?

Limitations include the requirement for GitHub CLI and git, dependence on GraphQL for reading review threads, and the necessity of explicit per-change approvals. The Skill enforces untrusted content handling, meaning no edits occur without user confirmation.