ship

Solid

Verify and publish by pushing, opening a PR, and watching CI; land mode merges then cleans branches. Triggers "ship it", "create PR", "/ship", "watch the PR", "babysit CI"; land mode "land it", "/ship land", "fix CI and merge".

AI & Automation 44 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ship Pipeline ## Standalone Codex Skip the Claude marker and `!command` interpolation below. Run `git branch --show-current`, `git status --porcelain`, and `git log --oneline -5` explicitly. Create a new reviewer with `spawn_agent`, continue it while live with `send_message`, trigger another turn once it is idle with `followup_task`, wait with `wait_agent`, and stop its current turn with `interrupt_agent` only when necessary. Never spawn `codex-verifier` and never run `codex-run.ts` from inside Codex. Writers share the working tree unless the live host explicitly offers isolation. Assign non-overlapping ownership and serialize any implementer and test-writer fixes; only read-only reviewers may overlap. Codex implementers are not promised Claude worktree isolation. Codex also skips TLDR and uses `git diff --name-only`, direct import searches, and test-name searches to choose affected tests. **Claude-only marker:** standalone Codex must skip this command. `mkdir -p ~/.claude/tmp && echo "ship" > ~/.claude/tmp/heavy-skill-active && date -u +"%Y-%m-%dT%H:%M:%SZ" >> ~/.claude/tmp/heavy-skill-active` You are in **Maestro orchestration mode**. Execute the shipping checklist in order. ## Claude current state - Branch: !`git branch --show-current 2>/dev/null || echo "unknown"` - Working tree: !`git status --porcelain 2>/dev/null | head -20` - Recent commits: !`git log --oneline -5 2>/dev/null || echo "no commits"` ## Pipeline (All Steps Mandatory) ### Step 0: Preflight ```ba...

Details

Author
darkroomengineering
Repository
darkroomengineering/cc-settings
Created
8 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category