minimal-fix

Correct well-defined code issues with minimal code changes.

10.0k|1.4k|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/cobusgreyling/loop-engineering --skill minimal-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimal-fix
Source: https://github.com/cobusgreyling/loop-engineering/tree/main/skills/minimal-fix
Command: npx skills add https://github.com/cobusgreyling/loop-engineering --skill minimal-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The minimal-fix Skill is designed to resolve specific, well-scoped issues (like CI failures or reviewer comments) with the smallest possible code change.

Core Features & Use Cases

  • Fix CI Failures: Quickly address build failures by making minimal code adjustments.
  • Respond to Reviewer Comments: Make minor fixes to resolve specific comments without unnecessary refactoring.
  • Use Case: When a pull request fails due to a single missing dependency, use this Skill to fix it with minimal code changes.

Quick Start

Use the minimal-fix skill to address the failure message "missing required library 'example-lib'".

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?

You can fix CI failures by applying targeted code adjustments to resolve specific build errors like missing dependencies. This skill corrects well-defined issues using the smallest possible code change to avoid unintended side effects in your codebase.

What is the best way to address code reviewer feedback without refactoring?

Addressing code reviewer feedback requires making minor fixes to resolve specific comments without unnecessary refactoring. This skill applies minimal code modifications to correct well-scoped issues directly, maintaining the existing codebase structure.

Can I use minimal code changes to fix a missing dependency in a pull request?

Yes, you can fix a missing dependency in a pull request by applying a minimal code change. The skill is designed to resolve well-scoped issues like a missing required library with the smallest possible adjustment.

When should I use a targeted fix for codebase maintenance?

You should use a targeted fix for codebase maintenance when correcting well-defined issues like CI failures or simple bugs. It requires careful code modification to resolve specific problems while avoiding unintended side effects.

Does fixing bugs with minimal code changes risk unintended side effects?

Fixing bugs with minimal code changes limits unintended side effects by restricting modifications to the exact issue. The skill requires careful code modification to ensure the smallest possible change is applied safely to the codebase.