Minimal Fix
by cobusgreyling · development · skill
Produce the smallest possible code change that fixes a specific, well-scoped issue (CI failure, reviewer comment, typo). Use only when the fix target is explicit. Never refactor unrelated code.
Source: https://github.com/cobusgreyling/loop-engineering
Install
git clone https://github.com/cobusgreyling/loop-engineeringTags: skill
⭐ 125 GitHub stars · Source: skillsdirectory
About development MCP servers and Claude skills
development MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Minimal Fix is one of hundreds of development entries indexed on Skiln. Browse the full development category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related development MCPs and skills
- Loop Budget by cobusgreyling
Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.
- Loop Verifier by cobusgreyling
Independent verification agent for loop-produced changes. Finds reasons to reject. Runs tests. Confirms diff scope. Use after minimal-fix or any implementer sub-agent — never in the same role as the implementer.
- Changelog Scan by cobusgreyling
Scan recent merges/PRs/commits for release note content. Structured output for drafter.
- Draft Release Notes by cobusgreyling
Turn changelog-scan output into polished, categorized release notes draft. Propose only.
- Dependency Triage by cobusgreyling
Scan package manifests and lockfiles for outdated packages and known CVEs. Groups updates by risk (patch, minor, major). Use in dependency sweeper loops.
- Post Merge Scan by cobusgreyling
Scan recent merges to main for follow-up cleanup: TODOs, deprecations, broken doc links, stale flags. Use in post-merge cleanup loops.
- Pr Review Triage by cobusgreyling
Triage open pull requests for CI status, review comments, and merge readiness. Use in PR babysitter loops. Respects project review norms and required checks.
- io.github.blackwell-systems/gcf-proxy by io.github.blackwell-systems
Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.
Frequently asked questions
How do I install Minimal Fix?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Minimal Fix?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Minimal Fix free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.