Python Refactor

Measure, rewrite, verify against the tests, then report the delta. TRIGGER WHEN: the user asks to refactor Python code, reduce cyclomatic complexity, or restructure modules with measured before/after metrics. DO NOT TRIGGER WHEN: renaming or simplifying for readability only (use /clean-code:clean-code), or removing dead code (use /senior-review:code-review --fix).

acaprino 81354be 6.9 KB Updated

File contents

acaprino/daodan/tree/main/exports/codex/plugins/python-development/skills/python-refactor-workflow commit 81354bede0

Frequently asked questions

npx skillmds@latest add acaprino/python-refactor-2