Skip to main content
Manusで任意のスキルを実行
ワンクリックで

prepare-refactor

// Guided pre/post test safety harness for code refactors. Before any refactor, ask the user whether to run a "prepare check": identify all impacted functions (even those not directly modified), ensure each has a test, create missing tests, record pre-refactor test state in a tracking doc under docs/refactors/, then run the same tests after the refactor and verify nothing broke. Triggers on: "prepare refactor", "refactor check", "refactor safety check", "pre refactor", "prepare and check refactor", or whenever a task type is REFACTOR.

$ git log --oneline --stat
stars:8
forks:0
updated:2026年5月9日 17:54
SKILL.md
readonly