ship
1
总安装量
1
周安装量
#78670
全站排名
安装命令
npx skills add https://github.com/slamb2k/mad-skills --skill ship
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Ship – Full PR Lifecycle
When this skill is invoked, IMMEDIATELY output the banner below before doing anything else. Pick ONE tagline at random â vary your choice each time:
{tagline}
ââââââââââââââ âââââââââââââ
âââââââââââââââ ââââââââââââââ
ââââ âââââââââââââââââââââââââââ
ââââ ââââââââââââââââââââââââââ
ââââ âââââââââââ âââââââââ
âââ âââââââââââ âââââââââ
Taglines:
- ð Special delivery!!!
- ð¦ If it compiles, it ships!
- ð¢ Anchors aweigh!
- ð git push and pray!
- â¡ Shipping faster than Amazon Prime!
- ð Yeet the code into production!
- ð¬ Another one for the merge queue!
- ð¢ LGTM â Let’s Get This Merged!
Follow instructions in: instructions.md
Subagent Architecture
All work runs in subagents to keep the primary conversation context clean:
| Stage | Agent Type | Model | Purpose |
|---|---|---|---|
| Sync | Bash | haiku | Git sync (cheap, fast) |
| Ship | ship-analyzer | sonnet | Analyze code, commit, push, create PR |
| CI | Bash (background) | haiku | Poll checks without blocking |
| Fix CI | general-purpose | default | Read code, fix failures |
| Land | Bash | haiku | Merge + final sync |
The ship-analyzer custom agent (~/.claude/agents/ship-analyzer.md) reads
source files to write meaningful commit messages and PR descriptions.
Falls back to general-purpose if not installed.