ship — git commit Ben8t.github.io, community, git commit, ide skills, git push, commit et push, message de commit, git status, outil de ligne de commande

v1.0.0

À propos de ce Skill

Parfait pour les agents de développement nécessitant une automatisation du flux de travail Git rationalisée. Ship est un outil de ligne de commande pour gérer les modifications du référentiel

Fonctionnalités

Commit et push de modifications avec une seule commande
Prise en charge de messages de commit personnalisés
Intégration avec git status pour vérifier l'état du référentiel
Analyse des arguments pour extraire le message de commit
Compatibilité avec les drapeaux -m et --message pour les messages de commit

# Sujets clés

Ben8t Ben8t
[1]
[0]
Mis à jour: 3/11/2026

Skill Overview

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

Parfait pour les agents de développement nécessitant une automatisation du flux de travail Git rationalisée. Ship est un outil de ligne de commande pour gérer les modifications du référentiel

Pourquoi utiliser cette compétence

Permet aux agents d'automatiser les flux de travail Git en ajoutant, en confirmant et en poussant des modifications vers la branche actuelle à l'aide de protocoles Git, offrant un processus de contrôle de version efficace avec des messages de confirmation personnalisables.

Meilleur pour

Parfait pour les agents de développement nécessitant une automatisation du flux de travail Git rationalisée.

Cas d'utilisation exploitables for ship

Automation des mises à jour de référentiel
Optimisation des processus de confirmation avec des messages personnalisés
Simplification de la gestion des branches

! Sécurité et Limitations

  • Nécessite l'installation de Git
  • Limité aux opérations de branche actuelle

About The Source

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

Démo Labs

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 et étapes d’installation

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

? Questions fréquentes

Qu’est-ce que ship ?

Parfait pour les agents de développement nécessitant une automatisation du flux de travail Git rationalisée. Ship est un outil de ligne de commande pour gérer les modifications du référentiel

Comment installer ship ?

Exécutez la commande : npx killer-skills add Ben8t/Ben8t.github.io/ship. Elle fonctionne avec Cursor, Windsurf, VS Code, Claude Code et plus de 19 autres IDE.

Quels sont les cas d’usage de ship ?

Les principaux cas d’usage incluent : Automation des mises à jour de référentiel, Optimisation des processus de confirmation avec des messages personnalisés, Simplification de la gestion des branches.

Quels IDE sont compatibles avec ship ?

Cette skill est compatible avec 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. Utilisez la CLI Killer-Skills pour une installation unifiée.

Y a-t-il des limites pour ship ?

Nécessite l'installation de Git. Limité aux opérations de branche actuelle.

Comment installer ce skill

  1. 1. Ouvrir le terminal

    Ouvrez le terminal ou la ligne de commande dans le dossier du projet.

  2. 2. Lancer la commande d’installation

    Exécutez : npx killer-skills add Ben8t/Ben8t.github.io/ship. La CLI détectera automatiquement votre IDE ou votre agent et configurera la skill.

  3. 3. Commencer à utiliser le skill

    Le skill est maintenant actif. Votre agent IA peut utiliser ship immédiatement dans le projet.

! 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 comes 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 comes 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

Compétences associées

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

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # 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.

widget-generator

Logo of f
f

Resume localise : 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, Cursor, and

flags

Logo of vercel
vercel

Resume localise : 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
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : 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
Développeur