python-refactor
Use when the user asks to refactor Python code, restructure modules, improve code organization, extract functions/classes, simplify complex logic, or reduce duplication — without changing external behavior. Also use when the user mentions "clean up this code", "make this more readable", "break this apart", or asks to reorganize Python files, even if they don't say "refactor" explicitly.
Installation and usage
Use when the user asks to refactor Python code, restructure modules, improve code organization, extract functions/classes, simplify complex logic, or reduce duplication — without changing external behavior. Also use when the user mentions "clean up this code", "make this more readable", "break this apart", or asks to reorganize Python files, even if they don't say "refactor" explicitly.
بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:
skills use python-refactor