diff-scope-minimizer

Community

Keep code changes tiny, focused, and low-risk.

AuthorMacroMan5
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Large, sprawling code changes are hard to review, introduce more bugs, and increase deployment risk. This Skill enforces minimal, focused modifications.

Core Features & Use Cases

  • Tiny Patch Plans: Proposes a 3-5 step patch plan with specific target files, ensuring changes are narrowly scoped.
  • Diff Size Estimation & Stop Criteria: Estimates the expected diff size (files/lines) and defines clear stop criteria to prevent scope creep.
  • Use Case: Before starting a refactor or bug fix, use this skill to plan the smallest possible change, ensuring you only touch relevant files and meet strict stop criteria, reducing overall risk.

Quick Start

Plan the smallest patch to fix the null handling bug in 'src/data_processor.py', aiming for a diff of less than 20 lines.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: diff-scope-minimizer
Download link: https://github.com/MacroMan5/claude-code-workflow-plugins/archive/main.zip#diff-scope-minimizer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository