fix

Automate bounded code fixes across one to three files.

6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill fix-moberghr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/moberghr/mtk-agent-toolkit/tree/main/.claude/skills/fix
Command: npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill fix-moberghr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight, bounded loop for completing small code changes (1-3 files) without requiring a formal spec, enabling faster, lower-risk repairs.

Core Features & Use Cases

  • Bounded change management: coordinates context-engineering, debugging-and-error-recovery, targeted TDD, and scope-guarded verification for small patches.
  • Safe scope handling: prevents scope creep by escalating beyond 3 files to implement workflow.
  • Quick collaboration: produces auditable artifacts and guidance for reviewers during small fixes.

Quick Start

Describe the small change and ask MTK to perform a scoped fix within 1-3 files.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I fix a bug across a few files without writing a full spec?

To fix a bug without a full spec, use a bounded loop that coordinates context-engineering and targeted TDD for 1-3 file changes. This delivers a ready-to-commit patch safely, preventing scope creep by escalating changes beyond three files.

What is the best way to scope a small code patch and prevent scope creep?

Scoping a small code patch requires a bounded fix loop with scope-guarded verification. It restricts changes to 1-3 files and automatically escalates to a broader workflow if the modification attempts to exceed that boundary.

Can I use targeted test-driven development for small config changes and validation tweaks?

Yes, targeted test-driven development works for small config changes and validation tweaks. The bounded loop applies targeted TDD alongside debugging-and-error-recovery to ensure the small patch is verified and ready to commit.

Does a scoped fix loop handle narrow refactors that touch multiple files?

A scoped fix loop handles narrow refactors touching up to three files. If the refactor expands beyond this limit, it triggers an escalation to a formal workflow to properly manage the increased complexity.