fixlisted
Install: claude install-skill 0merUfuk/the-matrix
**Version**: 2.1
**Created**: 2026-03-12
**Last Updated**: 2026-03-17
**Authors:** Ömer Ufuk
---
# /fix — Apply Safe Mechanical Fixes from Audit
**Usage**: `/fix` or `/fix $ARGUMENTS`
**Examples**:
```
/fix # apply all safe fixes from last audit
/fix --dry-run # print what would be changed without applying
```
---
## What This Command Does
Reads `tasks/audit-report.md` (produced by `/audit`) and applies only the safe mechanical fixes: context file corrections, KNOWN_ISSUES.md closures, CLAUDE.md text updates. Never touches Go source code, templates, go.mod, Makefile, or git history.
---
## Strict Boundaries
### What /fix CAN do
- Close resolved entries in `.claude/KNOWN_ISSUES.md` (add resolution date + brief note)
- Update version numbers in `.claude/SERVICE_CONTEXT.md` where `cmd/*/main.go` says differently
- Update `CLAUDE.md` text descriptions (tool inventory, commands, directory structure)
- Update stale Node.js references in `.claude/` context files to Go monorepo paths
- Correct stale file path references in `.claude/tools/*.md` action files
- Update `.claude/NEXT_STEPS.md` — mark completed items, fix stale claims
### What /fix NEVER touches
- Go source code (`*.go` files)
- Go templates (`*.tmpl` files)
- `go.mod` or `go.sum`
- `Makefile`
- `.goreleaser.yml`
- Git tags or commits — that is the `/release` command's job
- `CHANGELOG.md` — that is the `/release` command's job
- Action item files (`.claude/tools/*.md`) content other than