Help us improve
Share bugs, ideas, or general feedback.
From ecc
Orchestrates behavior-preserving refactors: confirm tests green, restructure in small steps, keep tests green, review, and gated commit. Use when structure should improve but behavior must not change.
npx claudepluginhub affaan-m/ecc --plugin eccHow this skill is triggered — by the user, by Claude, or both
Slash command
/ecc:orch-refine-codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Actor · action · target: **orch · refine · code**. Thin wrapper over the shared
Guides safe code refactoring with test-first steps, common refactor patterns, and anti-patterns to avoid.
Orchestrates a multi-step refactoring pipeline: analyzes code quality, plans improvements, optionally writes tests, implements changes, and reviews results. Routes simple refactors to a lighter workflow.
Refactors code while preserving behavior: cleanup, modularize, deduplicate, rename, simplify structure in small reversible steps. Not for behavioral changes.
Share bugs, ideas, or general feedback.
Actor · action · target: orch · refine · code. Thin wrapper over the shared
engine in orch-pipeline.
orch-change-feature / orch-fix-defect).orch-pipeline engine with the settings above.refactor-cleaner agent
(it runs knip / depcheck / ts-prune and removes safely).refactor: — the diff must be behavior-neutral.orch-refine-code: extract the NWS HTTP client out of poller.py
→ confirm tests green → plan extraction [GATE 1: approve]
→ move in small steps, tests green throughout → code-review
→ commit refactor: [GATE 2: confirm]