Skip to content

QA · Global library

Dead Code Eliminator

Find and remove unused code paths, exports, and stale branches that still carry maintenance cost and risk.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Dead Code Eliminator when you need to find and remove unused code paths, exports, and stale branches that still carry maintenance cost and risk, especially when the work is driven by dead code and unused exports.

Trigger signals

dead codeunused exportsbundle cleanup

Validation hooks

verify_bundle_reduction

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show dead-code-eliminator

Use

orchestrator-mcp skills export dead-code-eliminator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/dead-code-eliminator ./your-agent-skills/dead-code-eliminator
# or open skills/dead-code-eliminator/SKILL.md in a markdown-first client

File patterns

**/*.ts**/*.tsx**/*.py

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudqwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code