โ† All skills

Cleanup

Remove dead code, unused imports, commented-out blocks, and resolved TODOs. Behavior-preserving: no logic changes, only deletion of unreachable or inert code.

Class skillID skill/cleanupVersion 1.0.0Lifecycle stableAuthor convergent-systems-key
/cleanup
codecleanupdead-coderefactor
Inputs
NameTypeDescription
target stringFile path or directory to clean up.
Outputs
NameTypeDescription
changesstringSummary of what was removed.
Side effects
System prompt fragment

Clean up the file or directory: delete dead code (unreachable branches, unused functions), remove unused imports, strip commented-out code blocks, remove resolved TODO/FIXME comments. Do NOT change any logic. Do NOT refactor. Do NOT rename. One commit per file cleaned. If a TODO is unresolved, leave it. Verify tests still pass after cleanup.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.