AgentSkillsCN

safe_refactor_migration

规划并执行大型重构,采用影子模式和回滚。

SKILL.md
--- frontmatter
name: safe_refactor_migration
description: Plan and execute large refactors with shadow mode and rollback.
metadata:
  short-description: Safe refactor migration

Purpose

Enable large changes without breaking production.

Steps

  1. Create a shadow path and adapters.
  2. Validate with tests and benchmarks.
  3. Prepare a staged migration and rollback plan.