agent-sh

Gate And Ship — Git skill for Claude Code

Git community

Quality gates then ship - runs /prepare-delivery then /ship in one command.

How to install Gate And Ship

Installs to ~/.claude/skills/agent-sh-gate-and-ship-gate-and-ship/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-gate-and-ship-gate-and-ship && curl -fsSL https://raw.githubusercontent.com/agent-sh/gate-and-ship/HEAD/commands/gate-and-ship.md -o ~/.claude/skills/agent-sh-gate-and-ship-gate-and-ship/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gate And Ship does


description: "Quality gates then ship - runs /prepare-delivery then /ship in one command. Use after completing implementation to go from code to merged PR." codex-description: 'Use when user asks to "gate and ship", "review and ship", "quality gates and ship", "prepare and ship", or wants to go from finished implementation to merged PR in one step.' argument-hint: "[--base=BRANCH] [--skip-review] [--skip-docs]" allowed-tools: Bash(git:*), Bash(gh:*), Bash(npm:*), Bash(node:*), Read, Write, E

Alternatives in Git

  • Prepare Commit — Comment out inappropriate logging before commit 1.6k ★
  • Auteur — The Claude Code skill that directs a website like a film 1k ★
  • Husky — by evmts - Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message st 440 ★

Full documentation available on GitHub

View Source Repository