ship — Git ワークフロー最適化 Ben8t.github.io, community, Git ワークフロー最適化, ide skills, 迅速なコミットとプッシュ, カスタムコミットメッセージ, Git 状態の確認, コマンドライン引数の解析, ship インストール

v1.0.0

このスキルについて

開発者エージェントが Git ワークフロー自動化を簡素化する必要がある場合に最適です。 ship は、Git ワークフローを最適化する技術で、変更を迅速にコミットおよびプッシュ

機能

変更の迅速な追加とコミット
カスタムコミットメッセージのサポート
変更の自動プッシュ
Git 状態の確認
コマンドライン引数の解析

# Core Topics

Ben8t Ben8t
[1]
[0]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
48
Canonical Locale
en
Detected Body Locale
en

開発者エージェントが Git ワークフロー自動化を簡素化する必要がある場合に最適です。 ship は、Git ワークフローを最適化する技術で、変更を迅速にコミットおよびプッシュ

このスキルを使用する理由

エージェントが Git プロトコルを使用して現在のブランチに変更を追加、コミット、プッシュし、カスタマイズ可能なコミット メッセージを備えた効率的なバージョン管理プロセスを提供することで、Git ワークフローの自動化を可能にします。

おすすめ

開発者エージェントが Git ワークフロー自動化を簡素化する必要がある場合に最適です。

実現可能なユースケース for ship

リポジトリの更新を自動化する
カスタム メッセージを使用してコミット プロセスを簡素化する
ブランチ管理を簡素化する

! セキュリティと制限

  • Git のインストールが必要
  • 現在のブランチ操作のみ

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ship?

開発者エージェントが Git ワークフロー自動化を簡素化する必要がある場合に最適です。 ship は、Git ワークフローを最適化する技術で、変更を迅速にコミットおよびプッシュ

How do I install ship?

Run the command: npx killer-skills add Ben8t/Ben8t.github.io/ship. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ship?

Key use cases include: リポジトリの更新を自動化する, カスタム メッセージを使用してコミット プロセスを簡素化する, ブランチ管理を簡素化する.

Which IDEs are compatible with ship?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ship?

Git のインストールが必要. 現在のブランチ操作のみ.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Ben8t/Ben8t.github.io/ship. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ship immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ship

Install ship, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

ship

Quickly add, commit, and push changes to the current branch.

Arguments

  • message (optional): Commit message. If not provided, will prompt the user for one.

Instructions

  1. Run git status to check the current state of the repository
  2. If there are no changes to commit, inform the user and exit
  3. Parse the commit message from args:
    • If args starts with -m or --message , extract the message after the flag (removing quotes if present)
    • Otherwise, treat the entire args string as the message (removing surrounding quotes if present)
    • If args is empty or just whitespace, ask the user for a commit message using AskUserQuestion
  4. Run git add . to stage all changes
  5. Create a commit with the message using the git commit protocol from the system instructions:
    • Format the message properly with a Co-Authored-By line at the end
    • Use a heredoc for proper formatting: git commit -m "$(cat <<'EOF'\n[message]\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>\nEOF\n)"
  6. Run git push to push the changes to the remote
  7. Confirm success to the user with a summary of what was pushed (include commit message and branch)

Example Usage

/ship "Add new printer case study"
/ship -m "Fix typography issues"
/ship

Notes

  • Always follow git safety protocols
  • Show git status before committing
  • Confirm successful push with the user
  • If push fails, report the error clearly

関連スキル

Looking for an alternative to ship or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者