dead code eliminator

Find and delete dead code:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dead code eliminator" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-dead-code-eliminator

Dead Code Eliminator

Find and delete dead code:

Find candidates:

  • Files with #if false

  • *Enhanced.swift variants

  • NavigationCoordinator (unused)

  • *Stub.swift files

Verify unused:

grep -r "ClassName" LeavnApp/Sources/

Delete safely:

  • Remove from Xcode project

  • Delete file

  • Run build to verify

  • Commit deletion

Use when: Code cleanup, unused files, deprecated features, reducing codebase size

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

codebase health reporter

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

analyze codebase

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

swiftui codegen expert

No summary provided by upstream source.

Repository SourceNeeds Review