Stats
Actions
Tags
From Code Health
Detects and removes dead code by running inline orchestration: scans for unused code, removes by priority, then verifies with type-check and build.
How this command is triggered — by the user, by Claude, or both
Slash command
/code-health:health-cleanupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Cleanup Health Check Execute the `cleanup-health-inline` skill for inline orchestration. **You ARE the orchestrator.** Do not spawn a separate orchestrator agent. ## Quick Start 1. Read `.claude/skills/cleanup-health-inline/SKILL.md` 2. Follow the workflow phases directly 3. Use Task tool only for workers (dead-code-hunter, dead-code-remover) 4. Run quality gates inline via Bash ## Workflow Summary **Workers**: dead-code-hunter, dead-code-remover **Quality gates**: `pnpm type-check && pnpm build` **Max iterations**: 3 --- Now read and execute the skill: `.claude/skills/cleanup-h...
Execute the cleanup-health-inline skill for inline orchestration.
You ARE the orchestrator. Do not spawn a separate orchestrator agent.
.claude/skills/cleanup-health-inline/SKILL.mdPre-flight → Detect → [Remove by Priority] → Verify → Report
Workers: dead-code-hunter, dead-code-remover
Quality gates: pnpm type-check && pnpm build
Max iterations: 3
Now read and execute the skill: .claude/skills/cleanup-health-inline/SKILL.md
npx claudepluginhub jhamidun/claude-code-config-pack --plugin code-health