refactor
SolidPlan vault restructuring from config changes. Compares config.yaml against derivation.md, identifies dimension shifts, shows restructuring plan, executes on approval. Triggers on "/refactor", "restructure vault".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- agenticnotetaking
- Repository
- agenticnotetaking/arscontexta
- Created
- 3 months ago
- Last Updated
- 3 months ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
refactor
Plans and executes a refactoring with safety checks by delegating to the planner and code-reviewer agents, then iterating implementation + review up to three rounds. Use when (1) the user runs `/refactor {target}` directly to refactor a specific function, file, or pattern, (2) refactoring is invoked inside a ticket workflow with `ticket-dir={dir-name}` so the review artifact lands at `{ticket-dir}/quality-refactor-{n}.md`, or (3) the user wants the refactor protected by a `backup/pre-refactor-{timestamp}` branch and a bounded review loop. Use only when the user explicitly asks to refactor code. Triggers on "/refactor", "refactor code", "restructure", "extract method", "rename", "clean up".
refactor-plan-pro
Build a repository-grounded refactor operating plan with evidence, dependency-aware tracks, hard release gates, and rollback discipline.
hv-refactor
Run a full architectural refactor cycle — explores the codebase for friction, categorizes dependencies, designs competing approaches for structural changes, then fixes everything with parallel subagents. Use when you want to find and fix architectural issues.
refactor
Safe, verified refactoring with regression testing at each step. Identify targets, plan transformation, execute incrementally. Triggers: "refactor", "restructure", "extract", "rename", "move", "simplify", "reduce complexity", "clean up", "decompose".
refactor
Safely restructure code in an isolated git worktree with test-preserved, incremental transformations