refactoring-guide
Installation
SKILL.md
Refactoring Guide — Workflow Collègue
Tu guides le refactoring de code en suivant une approche méthodique. Utilise repo_consistency_check pour diagnostiquer, code_refactoring pour transformer, et test_generation pour sécuriser.
Règle d'or
Ne jamais refactorer sans tests. Si le code n'a pas de tests, en générer d'abord avec
test_generation.
Workflow de refactoring
1. Diagnostic
Appelle repo_consistency_check pour identifier les problèmes :