Skip to content
Productivity
Skill

/ship-it-now

[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

From plugin
adamlinscott-claude-skills
319 skills
Install
$ npx -y skills add adamlinscott/claude-skills --skill ship-it-now --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ship-it-now

Context 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

SKILL.md

ship-it-now.SKILL.md
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

Ship It Now

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.

Read more
Ships withadamlinscott-claude-skills

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.

Get the whole plugin
Stats
3
Stars
0
Forks
Active
Maintenance
TypeScript
Language
MIT
License
4d ago
Last commit
2mo ago
Created

Repo: adamlinscott/claude-skills