AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Refactor

skill-almax000-claude-skills-refactor · by almax000

标准化多文件重构流程。重构代码、布局变更、架构调整时使用。

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-almax000-claude-skills-refactor

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-almax000-claude-skills-refactor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Refactor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

重构 Skill

执行流程

按以下顺序严格执行,每步完成后验证:

1. 预检查

# 确保当前构建正常
pnpm build  # 或 npm run build
  • 如果构建失败,先修复现有问题再开始重构
  • 记录当前 git 状态:git status

2. 创建新文件

  • 先创建所有需要的新文件/组件
  • 新文件应该是独立可编译的
  • 完成后运行 pnpm build 验证

3. 修改现有组件

  • 更新现有代码以引用新文件
  • 逐个文件修改,每修改 2-3 个文件后验证构建
  • 保持向后兼容直到所有引用更新完成

4. 更新入口点

  • 修改 CLI/路由/入口文件
  • 更新导出(index.ts 等)
  • 运行 pnpm build 验证

5. 清理

  • 删除不再使用的旧文件
  • 移除废弃的导入和导出
  • 运行 pnpm build 确认无遗漏依赖

6. 最终验证

pnpm build && pnpm test  # 构建 + 测试
pnpm lint                 # 代码检查(如适用)

检查点原则

> 每个主要步骤后都运行 pnpm build > > 如果某个检查点失败,立即修复再继续,不要累积错误

回滚策略

如果重构过程中遇到无法解决的问题:

git stash        # 暂存当前更改
git status       # 确认工作区干净
# 分析问题后决定是否继续

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.