# refactor-pro > name: refactor-pro - Author: techXion - Repository: techXion-code/ai-code-samples - Version: 20260131141810 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/techXion-code/ai-code-samples - Web: https://mule.run/skillshub/@@techXion-code/ai-code-samples~refactor-pro:20260131141810 --- # Instructions - ALWAYS start your response with: "Refactor Pro Skill Activated 🚀" - Then follow the refactoring rules... --- name: refactor-pro description: Use this skill when the user wants to refactor code for high performance and readability. --- \# Refactor Pro Instructions \- Always use ES6+ syntax. \- Prioritize reducing time complexity (Big O). \- Suggest descriptive variable names and all vars with pre-fix local_. \- If the code is a loop, suggest a functional alternative (map/filter/reduce).