# Code Hygiene Cleanup

> Execute a bounded ClawJS/Clawix code hygiene cleanup campaign from an audit report, one category and repo at a time.

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

---


# code-hygiene-cleanup

Use this skill when the user explicitly asks to clean code hygiene findings or continue the code hygiene goal.

## Procedure

1. Start from a current `code-hygiene-audit` report and the 33-decision checklist.
2. Choose exactly one repo and one category for the batch: dependencies, orphan files, private exports/types, tests/fixtures, assets/SVG, Swift report-only review, TODOs, or duplicates.
3. Re-run or inspect scanner output after entrypoint calibration. For Knip, separate clear private debt from public API/protocol/UI/icon barrels and framework route/config false positives.
4. Preserve public API, package entrypoints, CLI/router/registry/protocol surfaces, canonical docs, fixtures, stable registries, and compatibility names unless an explicit removal decision exists.
5. Make the smallest cleanup that removes proven debt. Future intent must move to issue/backlog/ADR rather than dormant code.
6. When retaining a finding, add or update a baseline entry with reason, owner area, reference, and expiry; never hide a real bug behind `EXTERNAL_PENDING`.
7. For large generated/baseline refreshes, record generated provenance with `generator`, `command`, `source`, `upstreamHash`, `regenerationMode`, `deltaSummary`, `debtImpact`, and conditional `debtImpactReason`. The delta must explain what changed and the debt impact must say whether cleanup debt decreases, stays neutral, or increases.
8. Run the relevant checks for the batch before moving on. Record validation and baseline removals/additions in the ledger.

## Constraints

- Autofix is suggestion-only by default; do not run destructive fixes or remove files without explicit task scope.
- Keep enum members, Swift dynamic-use findings, and duplicates report-only until reviewed.
- Do not use `@generated`, a baseline filename, or `generatedPaths` alone to hide a large generated/baseline change.
- Do not batch unrelated cleanup categories together.
- Do not modify unrelated dirty work while cleaning; record it separately if it affects validation.

