are-we-done
[Adam''s Skills] Deterministic close-out gate for a session or work tree. Sweeps a fixed set of sources — the todo list, this session''s own promises, git…
[Adam''s Skills] [skips confirmation] The unattended form of /ship-it. Gets this conversation''s work merged and deployed to every environment the repo has, production included — and does NOT stop to confirm when the release also carries unreleased work by other developers or
$ npx -y skills add adamlinscott/claude-skills --skill ship-it-now --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ship-it-nowContext preview
The summary Claude sees to decide when to auto-load this skill.
[Adam''s Skills] [skips confirmation] The unattended form of /ship-it. Gets this conversation''s work merged and deployed to every environment the repo has, production included — and does NOT stop to confirm when the release also carries unreleased work by other developers or
name: ship-it-now description: '[Adam''s Skills] [skips confirmation] The unattended form of /ship-it. Gets this conversation''s work merged and deployed to every environment the repo has, production included — and does NOT stop to confirm when the release also carries unreleased work by other developers or other agent sessions. Identical to /ship-it in every other respect: same grounding in branches, PRs and environments, same verification, same merge-conflict policy. Takes no arguments by default; an optional scope override such as "only staging" limits which environments it deploys to. Invoke with /ship-it-now when you already know what is on the target branch and do not want to be asked.' disable-model-invocation: true allowed-tools: Bash, Read, Grep, Glob, AskUserQuestion
Same skill as `/ship-it`, with the ride-along confirmation gate turned off.
**Read `../ship-it/SKILL.md`, relative to this file, and follow it in full** — with exactly these two changes:
1. **Section 4 does not gate.** Do not call AskUserQuestion about other people's changes and do not wait for an answer. Still *print* the short summary of whose work is riding along, before the deploy, so it is on the record — then continue straight through to production.
2. **Say so up front.** The first line of your output names what this is: shipping to production without confirmation. The user typed `-now`; they should still see what that bought them.
Everything else is unchanged, and deliberately so. Grounding in section 1 still happens in full — skipping confirmation is not permission to skip *knowing*. The merge-conflict policy in section 6 still stops for a genuine divergence of intent; that gate protects the code, not the user's attention, and `-now` does not lift it. Verification in section 5 is still required: an unattended ship is exactly the case where nobody else is watching whether it landed.
If `../ship-it/SKILL.md` is not readable from here, stop and tell the user to install `/ship-it` alongside this one. Do not improvise the workflow from this file: everything that makes shipping unattended safe — the grounding, the verification, the conflict policy — lives over there.
Each skill lives under skills//SKILL.md and is the single source of truth; an install script links them into the global skills directory (~/.claude/skills/) so Claude loads them in every session, on every machine.
Repo: adamlinscott/claude-skills
[Adam''s Skills] Deterministic close-out gate for a session or work tree. Sweeps a fixed set of sources — the todo list, this session''s own promises, git…
[Adam''s Skills] DEPRECATED — superseded by /build-it. Do not use for new work. Surfaced the load-bearing assumptions behind a task before a long run — goal,…
[Adam''s Skills] Print a plain-English re-entry briefing for a user who has lost the thread of a long-running session — after a distraction, overnight, or over…
[Adam''s Skills] Build a piece of work, from wherever it is written down — a ticket number or URL, a plan or spec file, the plan agreed in the conversation…
[Adam''s Skills] Check whether the installed copy of this skills collection is behind its remote, and offer to update it. Runs a script that resolves the clone…
[Adam''s Skills] Audits a repository''s Claude context-injection setup — CLAUDE.md, CONTEXT.md, docs/, .claude/agents/, and the per-project memory directory.…