Dead Code Auditor

Rigorous dead code audit for any module, folder, or file in any programming language. Detects orphan files never imported anywhere, classes/functions/ methods declared but never called, constructor parameters received but never consumed, unused imports/requires, private fields with no references, and commented-out code blocks. Use this skill whenever the user asks to: review unused code, clean up a feature after a refactor, find dead code, detect orphan files or classes, audit what can be deleted, find what's left over after a big change, or any variation of "what's not being used / what can I remove". Also triggers when the user says they made large changes and wants to know what became obsolete. IMPORTANT: This skill only reports — it never deletes anything. At the end it always offers to generate a removal plan with /plan.

synapsync dae4b41 2 files · 10.7 KB Updated

File contents

synapsync/skills-registry/tree/main/cognitives/skills/analytics/dead-code-auditor commit dae4b41907

Frequently asked questions

npx skillmds@latest add synapsync/dead-code-auditor