← ClaudeAtlas

test-fixlisted

Read docs/test-readiness/test-readiness-plan.md and queue its flat T-NNN task list as task-store tasks, one task per row, with dependency edges (predecessor/fan-out) and per-task HITL classification. Requires test-roadmap to have run first. Replaces the former GitHub-issue publish skill's dashboard with a task-store queue.
app-vitals/shipwright · ★ 8 · Code & Development · score 71
Install: claude install-skill app-vitals/shipwright
# Test Fix Read the latest `docs/test-readiness/test-readiness-plan.md` and queue its flat task list as task-store tasks — one task per `T-NNN` row. Dependency edges (predecessor links) are written as task-store `dependencies` arrays, so task-store's own `ready:true` query computes readiness directly. 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 **Phase 5** replacement for the former GitHub-issue publish skill. **Prerequisites:** Run `/test-roadmap` first to produce `test-readiness-plan.md`. > **Task store setup:** This skill pushes tasks 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 would be queued (including hitl classification) without querying the task store for dedup and without writing anything. > **Note:** Queueing is the only mode for the regular flow. There is no PR mode and no > `--queue` flag — every regular run queues tasks. `--dry-run` shows a preview and stops > without touching the task store. --- ## Step 1: Verify test-readiness-plan.md Exists 1. Look for `docs/test-readiness/test-readiness-plan.md` in the project root. 2. If it does not exist, print: ``` No docs/test-readiness/test-readiness-plan.md found. Run /test-roadmap fir