ワンクリックで
refactor-clean
Imported from everything-codex command refactor-clean
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Imported from everything-codex command refactor-clean
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
AI-native code annotation protocol that encodes intent, risk, dependencies, constraints, and test expectations in machine-parseable comments.
Professional Codex-native multi-agent code review with confidence scoring
架构规划专家 - 使用 Codex 本地上下文、仓库证据和只读 child agent 进行大型系统架构设计与规划。
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Imported from everything-codex command checkpoint
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
| name | refactor-clean |
| description | Imported from everything-codex command refactor-clean |
| version | 0.1.0 |
| source | fork |
| checksum | a8500c117b78940fb9d9b3c4505a829ddfa2d3232a46f92d157aae5c69c09aa8 |
| updated_at | "2026-02-11T01:29:16.000Z" |
| layer | quality |
Codex supports native subagents. Delegate with spawn_agent, coordinate with send_input, collect via wait_agent, and clean up with close_agent.
Execution preference:
[ANALYST]/[ARCHITECT]/[EXECUTOR]/[REVIEWER] structure in a single response.Minimal orchestration pattern:
spawn_agent -> send_input (optional) -> wait_agent -> close_agent
Safely identify and remove dead code with test verification:
Run dead code analysis tools:
Generate comprehensive report in .reports/dead-code-analysis.md
Categorize findings by severity:
Propose safe deletions only
Before each deletion:
Show summary of cleaned items
Never delete code without running tests first!