git-ship

Community

Stage, commit (conventional), push.

Authorbdsqqq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you stage only your changes, enforce conventional commit messages, and push safely, avoiding accidental commits from others or auto-inclusion of unrelated changes.

Core Features & Use Cases

  • Explicit staging: Stage only files you modified to prevent unintended changes from being committed.
  • Conventional commits: Use a standardized format like feat(scope): description for readability and tooling.
  • Safe push guidance: Avoid force pushes; learn strategies to recover when things go off track.

Quick Start

Stage only your changes:

  • git status
  • git add path/to/file
  • git diff --staged
  • git commit -m "feat(scope): description"
  • git push

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: git-ship
Download link: https://github.com/bdsqqq/dots/archive/main.zip#git-ship

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.