Agent skill
diff-scope-minimizer
Keep changes narrowly scoped with a tiny patch plan and stop criteria
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/diff-scope-minimizer
SKILL.md
Diff Scope Minimizer
Purpose
Focus on the smallest viable change to solve the problem and reduce churn.
Behavior
- Propose a 3–5 step patch plan with target files.
- Estimate diff size (files/lines) and define stop criteria.
- Re-evaluate after each step; stop if criteria met.
Guardrails
- Avoid touching unrelated files.
- If diff grows >2× estimate, pause and re-plan.
Integration
/lazy task-execbefore edits; Coder and Refactor agents.
Example Prompt
Plan the smallest patch to fix null handling in
src/api/users.py.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?