Install
openclaw skills install @mzfshark/axodus-refactor-engineRefactor code safely without changing behavior.
openclaw skills install @mzfshark/axodus-refactor-engineImprove existing code structure (readability, modularity, maintainability) while preserving behavior.
target_area (required, string): file(s)/module(s) to refactor.refactor_goal (required, string): what improves (e.g., reduce duplication, isolate side effects).constraints (optional, string[]): behavior must not change; performance bounds; compatibility.validation_commands (optional, string[]): tests/build/lint to run before/after.refactor_summaryfiles_changedbehavior_guards (tests added/used)validation_resultsGoal: “Extract request validation from controller into validators/ and add unit tests.â€
Validation: pnpm test after each extraction step.