Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

refactoring

Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.

Aperçu

Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.

Commande d'installation
npx skills add https://github.com/buzzdan/ai-coding-rules --skill refactoring

Copiez et collez cette commande dans Claude Code pour installer le skill

Étoiles4
Forks1
Mis à jour28 avril 2026 à 14:49
Explorateur de fichiers
4 fichiers
SKILL.md
readonly