بنقرة واحدة
refactoring
Patterns and strategies for safely refactoring code
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Patterns and strategies for safely refactoring code
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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