fix

Apply code review findings by triaging and fixing them sequentially or interactively.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill fix-roxabi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/dev-core/skills/fix
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill fix-roxabi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of applying feedback from code reviews, reducing the manual effort and time spent on addressing suggestions and issues.

Core Features & Use Cases

  • Automated Application: Intelligently applies high-confidence review findings automatically.
  • Interactive Review: Guides users through lower-confidence or complex fixes with clear options.
  • Use Case: After a code review flags several potential issues, this Skill can automatically fix the obvious ones and then present the remaining ones for you to choose how to resolve, creating a commit and pushing the changes.

Quick Start

Use the fix skill to apply review findings from the conversation context.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate code review fixes from pull request comments?

To automate code review fixes, the Skill triages pull request findings into high-confidence categories for auto-application and lower-confidence categories for interactive review, creating and pushing commits after resolving issues.

What is the best way to apply code review findings sequentially?

The best way to apply code review findings sequentially is to use an automated triage system that processes high-confidence issues automatically and guides you through lower-confidence fixes interactively before committing.

Can I automatically resolve obvious code review suggestions and manually handle complex ones?

Yes, you can automatically resolve obvious code review suggestions by categorizing findings by confidence level, where high-confidence items are auto-applied and complex ones are presented for interactive resolution.

Does automated code review fixing handle commit creation and pushing?

Yes, automated code review fixing handles commit creation and pushing by applying quality gates after sequentially or interactively resolving review findings from your pull request comments.

How does triaging code review findings by confidence level work?

Triaging code review findings by confidence level works by categorizing issues into high-confidence groups for automatic application and lower-confidence groups for one-by-one interactive review, ensuring safe automated fixes.

When should I use interactive review over automatic application for code fixes?

You should use interactive review over automatic application for code fixes when dealing with lower-confidence or complex findings that require clear options and manual selection to ensure correct refactoring and debugging outcomes.