Git Ship banner
cfircoo cfircoo

Git Ship

Git community

Description

--- description: Full workflow - commit, push, and open PR allowed-tools: Skill(git), Bash, Read, Glob, Grep --- <objective> Execute the complete ship workflow: commit changes, push to remote, and create a pull request. Invoke the git skill for: ship (commit + push + pr) $ARGUMENTS </objective> <context> Current status: !`git status --short` Current branch: !`git branch --show-current` </context> <process> 1. Stage and commit changes with proper message 2. Push commits to remote (set upstrea

Installation

Installs to ~/.claude/skills/cfircoo-claude-code-toolkit-git-ship/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cfircoo-claude-code-toolkit-git-ship && curl -fsSL https://raw.githubusercontent.com/cfircoo/claude-code-toolkit/HEAD/commands/git-ship.md -o ~/.claude/skills/cfircoo-claude-code-toolkit-git-ship/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository