Dev10x:review-fix

Generate fixup commits from JSON code review findings files.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-review-fix-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:review-fix
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/review-fix
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-review-fix-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the process of consuming structured findings from a code review and creating fixup commits, reducing the time spent on manual code review fixes.

Core Features & Use Cases

  • Automated Fixup Creation: Automatically creates fixup commits for each finding from a code review.
  • Pre-approved Workflows: Encapsulates complete development workflows as slash commands.
  • Use Case: After a code review, use this skill to automatically create fixup commits for all findings, streamlining the process of fixing issues identified in the review.

Quick Start

Run the 'Dev10x:review-fix' skill to generate fixup commits for all findings from a previous review.

Frequently Asked Questions about Dev10x:review-fix

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

FAQPage Schema
How do I automate fixup commits for code review findings?

You can automate fixup commits by processing JSON findings files from a code review and applying predefined fixes. This skill automatically generates the commits for each finding to streamline your workflow.

Can I create fixup commits in a CI/CD pipeline?

Yes, creating fixup commits in a CI/CD pipeline is supported. The skill is designed for both development environments and pipelines to ensure a streamlined code review process.

Do I need git and bash to run automated code review fixes?

Yes, you need git and bash installed. The skill requires git to commit the applied changes and bash to execute the predefined workflow scripts.

What format should code review findings be in for automated fixups?

Code review findings must be in JSON files. The skill processes these structured JSON findings to apply predefined fixes and generate the corresponding git fixup commits.

How do pre-approved workflows handle code review fixes?

Pre-approved workflows handle code review fixes by encapsulating complete development workflows as slash commands. This allows you to automatically create fixup commits for all identified issues without manual intervention.

Are there limitations when using automated fixup commits for code reviews?

The main limitation is that fixes are predefined, meaning it only applies automated fixes for recognized patterns in the JSON findings. It cannot resolve complex or novel code review issues outside its predefined scope.