ship — git commit Ben8t.github.io, community, git commit, ide skills, git push, commit y push, mensaje de commit, git status, herramienta de línea de comandos

v1.0.0

Acerca de este Skill

Perfecto para Agentes de Desarrollador que necesitan una automatización de flujo de trabajo de Git optimizada. Ship es una herramienta de línea de comandos para gestionar cambios en el repositorio

Características

Commit y push de cambios con un solo comando
Soporte para mensajes de commit personalizados
Integración con git status para verificar el estado del repositorio
Análisis de argumentos para extraer el mensaje de commit
Compatibilidad con banderas -m y --message para mensajes de commit

# Temas principales

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

Skill Overview

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

Perfecto para Agentes de Desarrollador que necesitan una automatización de flujo de trabajo de Git optimizada. Ship es una herramienta de línea de comandos para gestionar cambios en el repositorio

¿Por qué usar esta habilidad?

Permite a los agentes automatizar flujos de trabajo de Git agregando, confirmando y empujando cambios a la rama actual mediante protocolos Git, proporcionando un proceso de control de versiones eficiente con mensajes de confirmación personalizables.

Mejor para

Perfecto para Agentes de Desarrollador que necesitan una automatización de flujo de trabajo de Git optimizada.

Casos de uso accionables for ship

Automatización de actualizaciones de repositorio
Optimización de procesos de confirmación con mensajes personalizados
Simplificación de la gestión de ramas

! Seguridad y limitaciones

  • Requiere instalación de Git
  • Limitado a operaciones de rama actual

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.

Demo 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 y pasos de instalación

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

? Preguntas frecuentes

¿Qué es ship?

Perfecto para Agentes de Desarrollador que necesitan una automatización de flujo de trabajo de Git optimizada. Ship es una herramienta de línea de comandos para gestionar cambios en el repositorio

¿Cómo instalo ship?

Ejecuta el comando: npx killer-skills add Ben8t/Ben8t.github.io/ship. Funciona con Cursor, Windsurf, VS Code, Claude Code y más de 19 IDE adicionales.

¿Cuáles son los casos de uso de ship?

Los casos de uso principales incluyen: Automatización de actualizaciones de repositorio, Optimización de procesos de confirmación con mensajes personalizados, Simplificación de la gestión de ramas.

¿Qué IDE son compatibles con ship?

Esta skill es compatible con 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. Usa la CLI de Killer-Skills para una instalación unificada.

¿Tiene limitaciones ship?

Requiere instalación de Git. Limitado a operaciones de rama actual.

Cómo instalar este skill

  1. 1. Abre tu terminal

    Abre la terminal o línea de comandos en el directorio de tu proyecto.

  2. 2. Ejecuta el comando de instalación

    Ejecuta: npx killer-skills add Ben8t/Ben8t.github.io/ship. La CLI detectará tu IDE o agente automáticamente y configurará la skill.

  3. 3. Empieza a usar el skill

    El skill ya está activo. Tu agente de IA puede usar ship de inmediato en el proyecto actual.

! 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

Habilidades relacionadas

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

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumen localizado: 🦞 # 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
Inteligencia Artificial

widget-generator

Logo of f
f

Resumen localizado: 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

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

Resumen localizado: 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
Navegador

pr-review

Logo of pytorch
pytorch

Resumen localizado: 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
Desarrollador