minhduc2803/shipyard
Skill Claude CodeCodex
Onboard the parallel feature harness to a NEW project. Invoke as /harness-adapt after cloning the harness, pointed at (or run from) the target app repo. Inspects the repo's stack, drafts a per-project profile (profiles/ / — profile.env + integrations.env + the 7 lifecycle hooks) from profiles/template (each hook stub…
minhduc2803/shipyard
Skill Claude CodeCodex
App-wide regression QC for the parallel feature harness — the cross-feature sweep that per-lane dev-QC doesn't cover. Invoke inside a lane clone as /qc-sweep [dev|local ]. Frontloads scope questions ONCE (which app areas, depth, dev site vs. local lane stack), then fans out one browser-QC agent per app area — each…
minhduc2803/shipyard
Skill Claude CodeCodex
Autonomous PR-review loop for ONE harness lane. Invoke inside a lane clone as /review-prs. Frontloads scope questions once, then polls the repo's open PRs on an interval and, for any that need our input — brand-new PRs, PRs with new commits since we last reviewed, or PRs with new discussion aimed at us — spawns a…
minhduc2803/shipyard
Skill Claude CodeCodex
Autonomous end-to-end feature pipeline for ONE harness lane. Invoke inside a lane clone with a requirement: /ship-feature . Frontloads ALL clarifying questions once, then runs unattended: implement (TDD) → pre-push CI gates + dev preflight → e2e on the feature branch → code review → local QC → senior GO/NO-GO gate →…
minhduc2803/shipyard
Skill Claude CodeCodex
Conflict-aware requirement decomposition for the parallel feature harness. Invoke as /split-batch . Parses a batch of requirements into discrete features; for each, predicts the likely touched surface (backend modules, frontend routes/components, migrations, shared contracts) by actually searching the app repo; scores…