Refactor — agent skill from github/awesome-copilot

Refactor is available in the open agent skills ecosystem (github/awesome-copilot).

Install

npx skills add https://github.com/github/awesome-copilot --skill refactor

Skill content

The instructions an agent receives when this skill is active.

--- name: refactor description: 'Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.' license: MIT --- # Refactor

Related skills

Other listings in the same category or with overlapping tags.

FAQ

What does Refactor do?
Refactor is available in the open agent skills ecosystem (github/awesome-copilot). Refactor — agent skill from github/awesome-copilot.
How do I install Refactor?
In a supported agent environment, run: npx skills add https://github.com/github/awesome-copilot --skill refactor
When should I use Refactor?
Use this skill when working on tasks related to refactor.
Got an example for Refactor?
Apply Refactor to a relevant agent workflow.
Where does Refactor come from?
Source and updates: https://www.skills.sh/github/awesome-copilot/refactor. Confirm install steps and permissions there before you rely on it.