review-fix

Automates resolution of flagged items from scanned commit diffs using Python scripts and Git commands.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/marcusglee11/LifeOS --skill review-fix-marcusglee11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-fix
Source: https://github.com/marcusglee11/LifeOS/tree/main/.claude/skills/review-fix
Command: npx skills add https://github.com/marcusglee11/LifeOS --skill review-fix-marcusglee11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing code review feedback, especially for common or obvious issues, by prioritizing commit diffs and automating targeted fixes.

Core Features & Use Cases

  • Diff-First Analysis: Prioritizes reviewing the actual code changes (commit diff) over descriptive text.
  • Tiered Fixing: Differentiates between simple, judgment-based, and architectural issues, applying appropriate actions.
  • Use Case: After a pull request is reviewed, this skill can automatically fix formatting errors and minor bugs identified in the diff, then present options for more complex suggestions, speeding up the iteration cycle.

Quick Start

Use the review-fix skill to address feedback on the latest commit from reviewer Jane Doe.

Frequently Asked Questions about review-fix

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

FAQPage Schema
How do I automate fixing code review issues from git commit diffs?

You can automate fixing code review issues by analyzing reviewer commit diffs and applying targeted fixes. This process uses a tiered protocol to directly resolve obvious formatting errors and minor bugs while escalating architectural concerns.

What is the best way to resolve pull request feedback automatically?

The best way to resolve pull request feedback automatically is to prioritize commit diffs over descriptive text. This approach applies fixes to simple issues directly and presents options for judgment-based suggestions.

How does a tiered fixing protocol handle different types of code review findings?

A tiered fixing protocol handles code review findings by categorizing them into obvious, judgment-based, and architectural issues. It applies direct fixes to patterned problems, provides options for judgment calls, and escalates complex architectural concerns.

Do I need Python scripts to automate code review fixes with Git?

Yes, you need Python scripts to update context when automating code review fixes. The workflow requires Git commands to inspect commit diffs and Python scripts to manage the context updates required for resolving the findings.

Can I automatically address minor bugs and formatting errors identified in a pull request?

Yes, you can automatically address minor bugs and formatting errors identified in a pull request. By analyzing the commit diff, the automation tool directly fixes these obvious or patterned issues to speed up the iteration cycle.

What are the limitations of automating code review issue resolution?

The limitation of automating code review issue resolution is that it cannot fix architectural concerns directly. Complex structural issues are escalated, and judgment-based items require manual selection from provided options rather than fully automated resolution.