What problem does it solve?
Many repositories accumulate technical debt, inconsistent style, and unclear structure over time; this Skill systematically reviews code and applies refactorings so the codebase becomes cleaner, more consistent, and easier to maintain.
Core Features & Use Cases
- Repository-guided refactorings: Reads repository coding guidelines from .github/instructions/*.md and .github/copilot-instructions.md and applies changes that align with those rules.
- Non-destructive updates: Improves structure and readability while keeping existing files intact and preserving functionality.
- Test-aware verification: Runs or verifies existing tests when present to ensure refactors do not break behavior.
- Use Case: A maintainer wants to align an older project to new style rules and reduce technical debt without reorganizing file layouts.
Quick Start
Run the review-and-refactor skill to read the repository coding instructions, refactor source files to follow those standards without splitting files, and confirm tests still pass if they exist.