Dead Code Eliminator
Installation
SKILL.md
Dead Code Eliminator
Find and delete dead code:
-
Find candidates:
- Files with
#if false - *Enhanced.swift variants
- NavigationCoordinator (unused)
- *Stub.swift files
- Files with
-
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
Related skills
More from willsigmon/sigstack
fastlane expert
Fastlane automation - build, test, deploy iOS apps, TestFlight, App Store Connect
39swiftlint-autofix
Run SwiftFormat and fix all auto-correctable SwiftLint issues
30manus ai agent integration
Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and comple...
24find-bug-root-cause
Deep investigation to find actual root cause (not just symptoms)
23bitrise expert
Bitrise CI/CD - iOS builds, automated testing, deployment, managed macOS runners
21testflight expert
TestFlight - beta testing, internal/external testers, build distribution
21