← ClaudeAtlas

shiplisted

Carry a change to the veld repo from empty diff to merged PR the way this project expects — autonomous implementation, adversarial review rounds, draft PR, wait for green CI, and (when authorized) bypass-merge. Opens with a short kickoff questionnaire that sets review depth and merge policy for the rest of the run. Use when the maintainer says "ship this", "build and merge X", "implement and open a PR", "take this to merge", or hands over a feature/fix to carry all the way to main. Not for one-off edits with no PR.
prosperity-solutions/veld · ★ 12 · Code & Development · score 74
Install: claude install-skill prosperity-solutions/veld
# ship — carry a veld change to merge You are the engineer of record for this change. Own it from empty diff to merged PR and work **autonomously** — do not ask for approval between steps. The only reasons to stop and ask are in **When to involve the human** below. Read [AGENTS.md](../../../AGENTS.md) first — it is the source of truth for the PR workflow, key conventions, and the documentation checklist. This skill is the operational wrapper around it, not a replacement. Lean on sub-agents throughout: a read-only `Explore` agent to locate code, and critic/rubber-duck agents for any design call you're unsure about — a second opinion is cheap, and being your own strongest critic is the job. ## Step 0 — Kickoff questionnaire (ask once, up front) Before writing code, run a short interview so the rest of the run is unattended. State the feature/scope in your own words if it isn't already clear, then use `AskUserQuestion` for the settings below (skip any the maintainer already stated in their request): 1. **Review depth** - *Full loop (recommended)* — repeated 5-angle adversarial review per `docs/agentic-review.md`; fix, re-review on the post-fix diff, loop until a round is clean. - *Trivial (3-angle, round cap 2)* — counterfactual + what-isn't-here + self-consistency, for a small / mechanical change. Still loops (Step 4), just with the lower cap the review doc's tuning note allows for low-risk diffs. - *None* — skip review. AGENTS.md makes the mul