← Back to Skills Marketplace
Refactor Clean
by
Bovin Phang
· GitHub ↗
· v2.5.0
· MIT-0
41
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install fec-refactor-clean
Description
Use when safely removing dead frontend code, unused exports, stale components, obsolete routes, unused dependencies, or cleanup targets found by tools such a...
README (SKILL.md)
重构清理
Purpose
在验证保护下识别并清理无用前端代码,减少技术债,同时避免误删动态引用、路由入口、配置文件和运行时约定。
Procedure
- 先建立基线:运行或确认当前 lint、type-check、test、build 的状态。
- 收集候选项:
- 优先使用仓库已有工具,如 knip、depcheck、ts-prune、eslint、TypeScript。
- 没有工具时,用
rg检查引用、导出、路由、注册点和文档入口。
- 按风险分类:
- SAFE:测试夹具、未引用工具函数、明确未导出的私有组件。
- CAUTION:共享组件、feature 入口、样式文件、Storybook stories。
- DANGER:路由、配置、package scripts、运行时模板、动态 import、插件元数据。
- UPGRADE:过期依赖、重复依赖、未使用依赖和安全告警先进入依赖升级或依赖清理评估,不与死代码删除混做。
- 只自动处理 SAFE 项;CAUTION 和 DANGER 需输出建议和证据,不直接删除。
- 每批清理后运行受影响验证命令。
- 若验证失败,停止扩大清理范围,先定位该批次。
- 清理结束后做行为等价复核:公开 API、路由、命令、模板、metadata、文档示例和报告输出仍可被引用。
- 对技术债排序:优先清理有验证保护、影响开发效率或阻塞升级的项目;低证据的大范围重写只输出建议。
Frontend-Specific Checks
- 检查 JSX/模板字符串、路由配置、barrel export、Storybook、测试、文档示例和动态组件注册。
- 样式文件需检查 className、CSS Modules、Tailwind safelist、全局选择器和主题变量。
- 依赖清理需检查构建插件、运行时模板、CLI scripts、monorepo 子包和 peer dependency。
Constraints
- 不改变用户可见行为。
- 不删除无法证明无引用的公开 API、路由、模板或配置。
- 不用“一次大删除”替代可验证的小批次清理。
- 不把格式化、重命名或架构重写混入死代码清理。
- 不用“看起来没人用”作为证据;必须有搜索、工具输出、类型错误消失或测试保护。
- 不把依赖大版本升级伪装成清理;升级风险、release notes 和 lockfile 变更应分流到依赖升级工作流。
Expected Output
- 清理报告保存为
reports/refactor-clean-YYYY-MM-DD-HHmmss.md。 - 报告包含候选项、风险分类、已清理项、跳过原因、运行命令和剩余风险。
- 代码清理后相关验证命令通过,或明确说明阻塞原因。
Usage Guidance
Installers should understand that this skill can guide an agent to edit or remove project files during cleanup. Use it in a version-controlled workspace and review the generated cleanup report, especially for shared components, routes, configuration, dependency changes, and other higher-risk items.
Capability Assessment
Purpose & Capability
The stated purpose is dead frontend code, unused export, stale route, and dependency cleanup; the instructions align with that purpose and emphasize baseline checks, evidence gathering, risk classification, and verification.
Instruction Scope
The skill explicitly limits automatic changes to SAFE items, tells the agent not to change user-visible behavior, and requires CAUTION and DANGER items to be reported rather than directly deleted.
Install Mechanism
The artifact contains SKILL.md, README.md, metadata.json, and package.json only; package.json declares no dependencies and no install or lifecycle scripts, and no artifact files are executable.
Credentials
The skill expects repository searches, lint/type/test/build commands, small code deletions, and a cleanup report file, which are proportionate to a refactoring-cleanup workflow and are disclosed.
Persistence & Privilege
No background workers, persistence mechanisms, privilege escalation, credential/session handling, network access requirements, or hidden data flows were found; the only saved output requested is a local cleanup report.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fec-refactor-clean - After installation, invoke the skill by name or use
/fec-refactor-clean - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.5.0
- Expanded documentation outlining purpose, procedure, frontend-specific checks, and constraints for safe dead code and dependency cleanup.
- Added clear risk classification: SAFE, CAUTION, DANGER, and UPGRADE, with corresponding actions and safeguards.
- Defined a strict process involving verification commands, stepwise cleanup, and post-clean equivalence checks.
- Included detailed guidance for frontend cases—routing, templates, styles, and dependency handling.
- Specified required outputs: standardized cleanup reports with actions, reasons, and verification results.
Metadata
Frequently Asked Questions
What is Refactor Clean?
Use when safely removing dead frontend code, unused exports, stale components, obsolete routes, unused dependencies, or cleanup targets found by tools such a... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Refactor Clean?
Run "/install fec-refactor-clean" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Refactor Clean free?
Yes, Refactor Clean is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Refactor Clean support?
Refactor Clean is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Refactor Clean?
It is built and maintained by Bovin Phang (@bovinphang); the current version is v2.5.0.
More Skills