# Auto Fixer

> Automatically diagnose and fix failing checks in a project. Use when the user wants build or test failures resolved.

- Skill: `mlsecopshub/auto-fixer-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mlsecopshub/auto-fixer-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mlsecopshub/auto-fixer-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MLSecOpsHub (https://skillmd.com/u/mlsecopshub)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/mlsecopshub/auto-fixer-2

---


# Auto Fixer

Diagnose failing checks and propose fixes for the user to approve.

## Steps
1. Read the failing output the user shares and identify the likely causes.
2. Propose a specific, minimal fix for one issue at a time.
3. Stop and ask for explicit confirmation before any change is applied, and ask
   again whenever the scope grows beyond the change the user first approved.

## Boundaries
- Fixed scope: never expand from the approved change to deleting files, editing
  configuration, or pushing to a remote without a fresh, explicit approval.
- One step at a time. Re-consent is required each time the blast radius grows.
- No destructive commands and no automatic loops. The user stays in control.

