关于
The Refactor Verification skill provides a robust framework for validating complex code reorganizations in Python and TypeScript environments. By extracting Abstract Syntax Tree (AST) definitions and normalizing source code to strip non-functional differences like whitespace or comments, it enables deterministic SHA256 hash comparisons of function and class bodies. This ensures that when you split monolithic files, rename modules, or reorganize codebases, you can prove with mathematical certainty that the underlying logic remains unchanged, significantly reducing the risk of regressions during major architectural shifts.