refactor-plan
github/awesome-copilot
This skill generates a detailed, multi-phase plan for complex, multi-file refactoring projects. It ensures safety by first analyzing the codebase, identifying dependencies, and structuring changes in a safe sequence (e.g., Types first, then implementations, followed by tests and cleanup). It forces the AI to output a comprehensive plan, including rollback steps and verification points, and waits for user confirmation before making any actual code changes.