Sayanthegamer

Cad Clean — Testing skill for Claude Code

Testing community

Safe dead-code purge and tech-debt cleanup with automated test auto-rollback.

How to install Cad Clean

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-clean/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-clean && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-clean.md -o ~/.claude/skills/sayanthegamer-cadence-cad-clean/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cad Clean does


name: cad-clean description: Safe dead-code purge and tech-debt cleanup with automated test auto-rollback.

Execute the `cadence-clean` skill:

  1. Run full test suite baseline (must be 100% Green).
  2. Scan for unused imports, dead variables, formatting rot, and un-typed signatures.
  3. Surgically prune and format the tree.
  4. Verify with full test suite. Auto-rollback (git restore .) if any test breaks.
  5. Report improvements and commit clean chore.

Alternatives in Testing

Full documentation available on GitHub

View Source Repository