com um clique
refactoring
Patterns and strategies for safely refactoring code
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Patterns and strategies for safely refactoring code
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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