# Fix

> Format, lint, and small repair workflow

- Skill: `hongmaple0820/fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hongmaple0820/fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hongmaple0820/fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: hongmaple0820 (https://skillmd.com/u/hongmaple0820)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hongmaple0820/fix

---


# Fix

Use this skill for targeted repairs after tests, lint, formatting, typecheck, or CI fail.

## Workflow

1. Reproduce the failing command or inspect its exact output.
2. Locate the smallest owned code path that explains the failure.
3. Patch only the failing behavior or formatting issue.
4. Rerun the original failing command.
5. Run the smallest adjacent regression test when the fix touches shared behavior.

## Evidence

- Original failing command and reason.
- Changed files and risk boundary.
- Passing rerun of the original command.

## Anti-Patterns

- No broad refactor while fixing a narrow failure.
- No claiming CI is fixed without the failing command or equivalent evidence.
- No deleting tests to make the run pass.

