By sanmak
Git workflow automation — commit, push, ship, release, review, and monitor from Claude Code
Clean up stale branches — delete merged locals, prune remotes
Stage, review, and commit with conventional message
Remove AI-generated code slop and clean up code style
Sync docs stale relative to changed source files
Emergency hotfix — branch, fix, validate, tag, cherry-pick
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous Git workflows for Claude Code. Ship, review, release, and auto-fix CI - 20+ commands, reusable skills, and background agents that operate without context switching.
ShipKit is a Claude Code plugin that automates your entire git workflow. It provides 20 slash commands, 12 skills, 1 agent, and 2 rules organized into a four-tier architecture:
/plugin marketplace add sanmak/ship-kit
/plugin install ship-kit
curl -fsSL https://raw.githubusercontent.com/sanmak/ship-kit/main/install.sh | bash
git clone https://github.com/sanmak/ship-kit.git
cd ship-kit
./install.sh --scope project # or --scope user for user-wide install
| Command | Description |
|---|---|
/commit | Stage, review, and commit with conventional message |
/push | Validate and push unpushed commits |
/ship | Commit and push in one step |
| Command | Description |
|---|---|
/ship-pr | Commit, create PR branch, and open a pull request |
/pr-fix [PR-number] | Fetch PR review comments and fix them |
/pr-review-canvas [PR-number] | Generate an interactive HTML PR walkthrough with annotated diffs |
| Command | Description |
|---|---|
/release [--dry-run] | Bump version, update CHANGELOG, tag, and publish release |
/hotfix [base-tag] [--dry-run] | Emergency hotfix — branch, fix, validate, tag, cherry-pick |
| Command | Description |
|---|---|
/monitor | Check CI status and auto-fix failures |
/loop-on-ci | Watch CI runs and iterate on failures until checks pass |
/run-smoke-tests [test-path] | Run Playwright smoke tests and triage failures |
| Command | Description |
|---|---|
/sync [base-branch] [--merge] [--rebase] | Sync branch with upstream — fetch, rebase/merge, handle conflicts |
/resolve [--status] [--abort] | Detect and resolve merge/rebase/cherry-pick conflicts |
/cleanup [--dry-run] [--include-remote] | Clean up stale branches — delete merged locals, prune remotes |
| Command | Description |
|---|---|
/review [PR-number] [--post] | AI-assisted code review with structured findings |
/deslop [file|path] | Remove AI-generated code slop and clean up code style |
npx claudepluginhub sanmak/ship-kit --plugin ship-kitSpec-driven development workflow - transforms ideas into structured specifications (requirements, design, tasks) before implementation.
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Essential shipping workflow — group a dirty working tree into clean commits, push the branch, and open a senior-engineer-quality GitHub PR with auto-applied labels and "might address #X" issue links.
使用簡單命令簡化您的 Git 工作流程,包括提交、推送和建立 Pull Request
Git workflow best practices with commit validation hooks
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses