Skip to content
Development
Command

/refactor-clean

Safely identify and remove dead code with test verification

From plugin
claude-forge
80038 skills12 agents38 commands8 hooks
+1
Install
> /plugin marketplace add sangrokjung/claude-forge
> /plugin install claude-forge@claude-forge

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/refactor-clean

Context preview

What this command does when you run it.

Safely identify and remove dead code with test verification

Command definition

refactor-clean.md
description: Safely identify and remove dead code with test verification

Refactor Clean

> **참고**: 대규모 리팩토링(3파일 이상 변경 예상)은 `/plan`을 먼저 실행하세요 (Golden Principle #9: HARD-GATE).

Safely identify and remove dead code with test verification:

1. Run dead code analysis tools:

  • knip: Find unused exports and files
  • depcheck: Find unused dependencies
  • ts-prune: Find unused TypeScript exports

2. Generate comprehensive report in .reports/dead-code-analysis.md

3. Categorize findings by severity:

  • SAFE: Test files, unused utilities
  • CAUTION: API routes, components
  • DANGER: Config files, main entry points

4. Propose safe deletions only

5. Before each deletion:

  • Run full test suite
  • Verify tests pass
  • Apply change
  • Re-run tests
  • Rollback if tests fail

6. Show summary of cleaned items

Never delete code without running tests first!

---

다음 단계

| 리팩토링이 끝나면 | 커맨드 | |:----------------|:-------| | 코드 검사 | `/code-review` | | 빌드/테스트 검증 | `/handoff-verify` | | 문서 동기화 | `/sync` |

Ships withclaude-forge

Supercharge Claude Code with 11 AI agents, 36 commands & 15 skills — the claude-code plugin framework inspired by oh-my-zsh. 6-layer security hooks included. 5-min install.

Get the whole plugin