py-refactor
Installation
SKILL.md
Python Refactoring Orchestrator
Comprehensive refactoring workflow coordinating specialized skills to improve Python code quality.
Overview
This skill orchestrates multiple focused skills to perform systematic refactoring:
| Skill | Purpose | Status |
|---|---|---|
py-security |
Vulnerability detection and remediation | stable |
py-code-health |
Dead code and duplication removal | stable |
py-complexity |
Reduce cyclomatic/cognitive complexity | stable |
py-test-quality |
Coverage analysis and mutation testing | stable |
py-modernize |
Upgrade tooling and syntax | stable |
py-quality-setup |
Configure linters and type checkers | stable |
py-git-hooks |
Set up pre-commit hooks | stable |