minimal-fix

Proposes minimal code changes to resolve CI failures and reviewer comments.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/rajveersingh11/loop-engine-service --skill minimal-fix-rajveersingh11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimal-fix
Source: https://github.com/rajveersingh11/loop-engine-service/tree/main/skills/minimal-fix
Command: npx skills add https://github.com/rajveersingh11/loop-engine-service --skill minimal-fix-rajveersingh11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The minimal-fix Skill helps to resolve well-scoped issues, like CI failures or reviewer comments, with the smallest possible code changes, maintaining code quality and minimizing risks.

Core Features & Use Cases

  • Fix Specific Issues: Address targeted problems, like a failed CI test or a typo in code.
  • Minimal Code Changes: Make the smallest diff necessary to resolve the issue.
  • Use Case: If you receive a comment on a pull request about a failing test, the minimal-fix Skill can be used to make the necessary change to the code that fixes the test failure with minimal changes.

Quick Start

Invoke the minimal-fix Skill with the failure message and a description of the issue to generate a proposed minimal fix.

Frequently Asked Questions about minimal-fix

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

FAQPage Schema
How do I fix CI failures with minimal code changes?

To fix CI failures with minimal code changes, you provide the failure message and issue description to generate a proposed targeted fix. It operates strictly within known problem areas to avoid refactoring unrelated code.

What is the best way to resolve code review comments without refactoring unrelated code?

Resolving code review comments without refactoring unrelated code requires proposing the smallest diff necessary to address the specific issue. This targeted approach maintains code quality and minimizes system-wide risks by operating only within the known problem area.

How do I validate minimal code changes for a failing test?

To validate minimal code changes for a failing test, the tool utilizes a local or verified testing environment. This ensures the smallest diff necessary to resolve the specific issue is checked before the changes are finalized.

Can I use this approach for large system-wide refactoring?

You cannot use this approach for large system-wide refactoring. It is designed to resolve well-scoped issues like CI failures by proposing the smallest diff necessary, deliberately avoiding changes to unrelated code.

Does resolving specific issues with minimal changes require any external dependencies?

Resolving specific issues with minimal changes does not require external dependencies. The tool operates independently using local scripts to generate the smallest necessary diff to address targeted problems like CI failures or code comments.