con un clic
refactoring
Patterns and strategies for safely refactoring code
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Patterns and strategies for safely refactoring code
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Systematic debugging strategies for finding and fixing bugs
Guide for building web frontends with HTML, CSS, and JavaScript frameworks
Guide for building Model Context Protocol (MCP) servers and tools
Security best practices for web applications and Node.js code
Guide for creating, testing, and publishing cmdr skills
Guide for writing tests: unit tests, integration tests, and end-to-end testing strategies
| name | refactoring |
| description | Patterns and strategies for safely refactoring code |
When the user asks you to refactor, clean up, or restructure code:
Pull a block of code into its own function when:
Split a large file into separate modules when:
util.promisify() for Node.js callback APIs.then() chains with async/await