# Fix

> List a project's correctable issues — confirmed dead code, duplication, stale directive references — each with a tokens·model·money·time cost estimate and a total. Plan-only by design (never edits code automatically). Use when the user asks what's worth fixing and what each fix costs.

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

---


# fix — correctable issues, each with its cost

```bash
python -m skills.fix.cli .            # plan + per-kind cost + total
python -m skills.fix.cli . --save md  # timestamped report
```

Enumerates genuine fixes (dead code ≥0.85 confidence, duplication, stale CLAUDE.md
/AGENTS.md refs) and attaches **tokens · model · money · time** to each via
[[cost_estimator]], plus a grand total. **Plan-only** — it never edits files
(auto-fixers have broken this repo before); apply with review. Exposed via
[[llm_mcp]] as `fix_plan`. Related: [[cost_estimator]], [[fallow_like]], [[checkup]].

