en un clic
refactoring
Patterns and strategies for safely refactoring code
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Patterns and strategies for safely refactoring code
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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