SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillcodingstable

Cleanup

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

id skill/cleanupv1.0.0by convergent-systems-keyinvoke /cleanup
codecleanupdead-coderefactor

Contract

DirectionNameTypeDescription
intargetstringFile path or directory to clean up.
outchangesstringSummary of what was removed.
  • modifies source files
  • may create git commits

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.

Author convergent-systems-key. Catalog data license CC-BY-4.0.