Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

refactor-verify

// Proves a behavior-preserving code change (refactor, rename, split, merge, extract, inline, or delete of confirmed-dead code) is actually complete. Plans the change as a dependency tree, executes it from the leaves up, and after each step proves 1:1 semantic equivalence through four independent checks — exported symbol-set diff, per-node AST diff, full behavioral test suite, and call-site closure via find-references. Runs before claiming any such change is done. Works for any language with a test runner and a way to grep for symbols.

$ git log --oneline --stat
stars:53
forks:3
updated:2026년 5월 5일 12:13
파일 탐색기
8 개 파일
SKILL.md
readonly