code-refactor-executor

Installation
SKILL.md

Overview

This skill is the "execution hand" for the code-quality-audit skill. It transforms strategic advice into concrete code changes by:

  1. Contextual Analysis: Synthesizing the "Why" (from audit.md) and "How" (from improvements.md) with the current source code state.
  2. Implementation Planning: Creating a detailed refactor-plan.md that outlines each atomic step.
  3. Safe Execution: Applying changes only after user review and verifying each step with tests or build checks.

Activation Rules

Triggers ONLY when the user asks to:

  • "Implement the refactorings"
  • "Execute the improvements roadmap"
  • "Plan and apply refactors from the audit"
  • "Fix the issues listed in improvements.md"

Prerequisites:

  • audit.md and improvements.md must already exist in the workspace.
  • Access to the source code files mentioned in the roadmap.
Related skills

More from harshitsinghbhandari/domain-expansion

Installs
7
First Seen
Mar 29, 2026