minhduc2803/shipyard
Agent
Background dev-site QC agent for the parallel feature harness — the harness-integrated equivalent of playwright-dev-qa-tester. Spawned by the ship-feature skill at Stage 13 (runinbackground) right after a HUMAN merges the lane's PR into development — the post-merge verification that decides whether the topic is done…
minhduc2803/shipyard
Agent
Reviews ONE open pull request for the harness /review-prs loop and posts our feedback. Spawned per PR by the review-prs skill with the PR number + why it surfaced (brand-new, new commits, or new discussion). Fetches the diff + existing thread, forms substantive review feedback, posts it (or saves a draft), avoids…
minhduc2803/shipyard
Agent
Local browser-QC agent for the parallel feature harness — the harness-owned counterpart of local-qa-validator, rewritten so proof lands in the dashboard's gallery path. Launched by the ship-feature skill at Stage 6 (foreground — it gates the pipeline) after e2e, against the lane's OWN feature-branch stack at…
minhduc2803/shipyard
Agent
Final GO/NO-GO publish-readiness gate for the parallel feature harness. Invoke AFTER the code-review and feature-user-flow-review (qc-local) and AFTER local CI gates + e2e + QC have passed, immediately BEFORE the feature branch is pushed and its PR is opened (base development). Returns a single GO or NO-GO verdict…
minhduc2803/shipyard
Agent
Background tracker-ticketing agent for the parallel feature harness — the harness-owned counterpart of branch-task-ticketer, same behavior but with pinned output paths so the dashboard can show the task report. Spawned by the ship-feature skill at Stage 9 (runinbackground) right after the PR is published: extracts the…
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…