ship — git commit Ben8t.github.io, community, git commit, ide skills, git push, commit und push, commit-nachricht, git status, kommandozeilen-tool

v1.0.0

Über diesen Skill

Perfekt für Developer-Agents, die eine optimierte Git-Workflow-Automatisierung benötigen. Ship ist ein Kommandozeilen-Tool für die Verwaltung von Änderungen im Repository

Funktionen

Commit und Push von Änderungen mit einem einzigen Befehl
Unterstützung für benutzerdefinierte Commit-Nachrichten
Integration mit git status zur Überprüfung des Repository-Zustands
Analyse von Argumenten zur Extraktion der Commit-Nachricht
Kompatibilität mit den Flaggen -m und --message für Commit-Nachrichten

# Kernthemen

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

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Perfekt für Developer-Agents, die eine optimierte Git-Workflow-Automatisierung benötigen. Ship ist ein Kommandozeilen-Tool für die Verwaltung von Änderungen im Repository

Warum diese Fähigkeit verwenden

Ermöglicht es Agenten, Git-Workflows zu automatisieren, indem sie Änderungen zur aktuellen Branch hinzufügen, bestätigen und mithilfe von Git-Protokollen pushen, wodurch ein effizienter Versionskontrollprozess mit anpassbaren Commit-Mitteilungen bereitgestellt wird.

Am besten geeignet für

Perfekt für Developer-Agents, die eine optimierte Git-Workflow-Automatisierung benötigen.

Handlungsfähige Anwendungsfälle for ship

Automatisierung von Repository-Updates
Optimierung von Commit-Prozessen mit benutzerdefinierten Nachrichten
Vereinfachung der Branch-Verwaltung

! Sicherheit & Einschränkungen

  • Benötigt Git-Installation
  • Begrenzt auf aktuelle Branch-Operationen

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

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 und Installationsschritte

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

? Häufige Fragen

Was ist ship?

Perfekt für Developer-Agents, die eine optimierte Git-Workflow-Automatisierung benötigen. Ship ist ein Kommandozeilen-Tool für die Verwaltung von Änderungen im Repository

Wie installiere ich ship?

Führen Sie den Befehl aus: npx killer-skills add Ben8t/Ben8t.github.io. Er funktioniert mit Cursor, Windsurf, VS Code, Claude Code und mehr als 19 weiteren IDEs.

Wofür kann ich ship verwenden?

Wichtige Einsatzbereiche sind: Automatisierung von Repository-Updates, Optimierung von Commit-Prozessen mit benutzerdefinierten Nachrichten, Vereinfachung der Branch-Verwaltung.

Welche IDEs sind mit ship kompatibel?

Dieser Skill ist mit 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 kompatibel. Nutzen Sie die Killer-Skills CLI für eine einheitliche Installation.

Gibt es Einschränkungen bei ship?

Benötigt Git-Installation. Begrenzt auf aktuelle Branch-Operationen.

So installieren Sie den Skill

  1. 1. Terminal öffnen

    Öffnen Sie Ihr Terminal oder die Kommandozeile im Projektverzeichnis.

  2. 2. Installationsbefehl ausführen

    Führen Sie aus: npx killer-skills add Ben8t/Ben8t.github.io. Die CLI erkennt Ihre IDE oder Ihren Agenten automatisch und richtet den Skill ein.

  3. 3. Skill verwenden

    Der Skill ist jetzt aktiv. Ihr KI-Agent kann ship sofort im aktuellen Projekt verwenden.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

ship

Install ship, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

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

Verwandte Fähigkeiten

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

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler