quality-refactor

Installation
SKILL.md

Refactor

Usage

$quality-refactor "src/auth"                    # module path scope
$quality-refactor "authentication"              # feature area scope
$quality-refactor "all"                         # full codebase scan
$quality-refactor "src/api --max-iterations 5"  # limit iteration rounds
$quality-refactor "--dir .workflow/scratch/refactor-auth-2026-03-18"  # resume existing

Flags:

  • <phase|scope>: Module path, feature area, or "all"
  • --dir path: Resume existing refactor scratch directory
  • --max-iterations N: Max refactoring rounds (default: 3)

Output: .workflow/scratch/refactor-{slug}-{date}/ with index.json, plan.json, reflection-log.md, .task/, .summaries/

Related skills
Installs
1
GitHub Stars
84
First Seen
Apr 17, 2026