← ClaudeAtlas

consolidation-fixlisted

Read consolidation-report.md and queue ready_to_propose duplication patterns as task-store tasks, one task per pattern, each carrying a strangler-fig (build -> coexist -> eliminate) execution plan and a per-finding HITL classification. Requires consolidation-scan to have run first.
app-vitals/shipwright · ★ 8 · Code & Development · score 71
Install: claude install-skill app-vitals/shipwright
# Consolidation Fix Read the latest `consolidation-report.md` and queue focused, human-reviewable tasks for patterns that `consolidation-scan` promoted to `ready_to_propose`. Each task proposes a canonical shape for one stabilized duplication pattern plus a strangler-fig execution plan broken into small, separate PR-sized steps — never a single sweeping diff. Findings are never turned into direct PRs; they always become task-store tasks that `dev-task` (or a human, for HITL tasks) picks up later. This is the `consolidation-scan` counterpart that mirrors `entropy-fix`'s relationship to `entropy-scan` — same dedup mechanism, same task-store fields, same queue-only contract. The two patrols (entropy and consolidation) remain fully decoupled: this skill never promotes a consolidation finding into an entropy-scan rule, and it never asks entropy-fix to do anything. That graduation/promotion mechanism is explicitly out of scope. **Prerequisites:** Run `/consolidation-scan` first to produce `consolidation-report.md`. > **Task store setup:** This skill pushes findings to the Shipwright task store. If > `SHIPWRIGHT_TASK_STORE_URL` or `SHIPWRIGHT_TASK_STORE_TOKEN` is missing, invoke > `/shipwright:task-store` for setup instructions. --- ## Setup: Parse Arguments Before starting, check for flags: - `--dry-run` — print what tasks would be queued without querying the task store for dedup or writing any tasks - `--pattern {fingerprint}` — queue only the candidate whose fingerprint