ship

📁 slamb2k/mad-skills 📅 1 day ago
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.