with one click
refactoring
Patterns and strategies for safely refactoring code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Patterns and strategies for safely refactoring code
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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