ship-develop — for Claude Code ship-develop, discord-heatmap-bot-trading-calendar, community, for Claude Code, ide skills, develop, means "ship the current branch into, ", so use, base develop, master

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. 本地化技能摘要: # Ship Develop Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits.
Invocation Argument
Default target base branch is develop.
If the skill invocation includes one trailing bare branch name, interpret it as the target base
Example: $ship-develop master means "ship the current branch into master", so use --base master.

# 核心主题

Eulga Eulga
[0]
[0]
更新于: 3/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
43
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. 本地化技能摘要: # Ship Develop Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: ship-develop helps agents use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. Ship Develop Use this skill to finish the branch shipping workflow end to end instead

适用 Agent 类型

适用场景: Ideal for AI agents that need use this skill to finish the branch shipping workflow end to end instead of stopping at local edits.

赋予的主要能力 · ship-develop

适用任务: Applying Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits
适用任务: Applying Invocation Argument
适用任务: Applying Default target base branch is develop

! 使用限制与门槛

  • 限制说明: Use --require-review only when the user explicitly wants human approval before merge.
  • 限制说明: If the branch contains only doc or config changes, use lighter verification and say so explicitly.
  • 限制说明: Do not run the shipping script against a dirty tree unless you are only doing a dry run.

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

ship-develop 是什么?

适用场景: Ideal for AI agents that need use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. 本地化技能摘要: # Ship Develop Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 ship-develop?

运行命令:npx killer-skills add Eulga/discord-heatmap-bot-trading-calendar/ship-develop。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

ship-develop 适用于哪些场景?

典型场景包括:适用任务: Applying Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits、适用任务: Applying Invocation Argument、适用任务: Applying Default target base branch is develop。

ship-develop 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

ship-develop 有哪些限制?

限制说明: Use --require-review only when the user explicitly wants human approval before merge.;限制说明: If the branch contains only doc or config changes, use lighter verification and say so explicitly.;限制说明: Do not run the shipping script against a dirty tree unless you are only doing a dry run.。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add Eulga/discord-heatmap-bot-trading-calendar/ship-develop。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    ship-develop 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ship-develop

# Ship Develop Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits. This AI agent skill supports Claude Code

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Ship Develop

Use this skill to finish the branch shipping workflow end to end instead of stopping at local edits.

Invocation Argument

  • Default target base branch is develop.
  • If the skill invocation includes one trailing bare branch name, interpret it as the target base branch.
  • Example: [$ship-develop](/Users/jaeik/Documents/discord-heatmap-bot-trading-calendar/.agents/skills/ship-develop/SKILL.md) master means "ship the current branch into master", so use --base master.
  • If no trailing branch name is provided, keep using --base develop.

For this repository, do not assume the GitHub default branch is develop. Verify the target base branch first. At the time this skill was created, the repo default branch is master, while develop exists as a working integration branch.

Quick Start

  1. Check git status --short --branch and confirm what branch you are on.
  2. Run tests or validation proportional to the change.
  3. If the tree is dirty, create the commit before shipping.
  4. Resolve the target base branch from the invocation. Default to develop, but if the user invoked $ship-develop master, use master.
  5. For the default first pass, run scripts/ship_develop.py --base <resolved-base> --codex-review.
  6. If the script reports codex-review-requested, return the PR URL and stop. After Codex review is expected to be ready, rerun with --wait-codex-seconds 300 --wait-seconds 600 so the script can observe the result before merge and then watch checks.
  7. If the script reports codex-review-findings, read the PR review comments, fix them, rerun validation, and run the same command again.
  8. Use --require-review only when the user explicitly wants human approval before merge.

Workflow

1. Verify the branch is really ready

  • Read the current diff and make sure there are no unresolved conflicts or unrelated edits.
  • Use the existing project rules in AGENTS.md before shipping.
  • If the branch contains only doc or config changes, use lighter verification and say so explicitly.

2. Commit before you ship

  • If git status --porcelain is non-empty, review the files, stage intentionally, and create a commit.
  • Do not run the shipping script against a dirty tree unless you are only doing a dry run.
  • Use a concise commit message that reflects the branch delta.

3. Use the shipping script

  • The script handles:
    • branch and worktree checks
    • push with upstream setup
    • PR create or reuse
    • Codex review request and optional polling
    • human review gate inspection when requested
    • check status inspection
    • merge when safe after Codex is clean
    • checkout the chosen base branch and delete the local branch after a successful merge
  • Preferred command:
powershell
1.\.venv\Scripts\python .agents/skills/ship-develop/scripts/ship_develop.py --base <resolved-base> --codex-review

4. Interpret outcomes conservatively

  • If the script reports codex-review-requested, the review request was posted and the skill intentionally stopped without polling. Return the PR URL and let Codex review complete asynchronously.
  • If the script reports codex-review-findings, inspect the PR review comments from chatgpt-codex-connector[bot], fix them locally, rerun tests, push, and rerun the same command.
  • If the script reports codex-review-pending, wait and rerun instead of merging blind.
  • If checks fail, stop and summarize the failure.
  • If human review is required and the PR is not approved yet, stop after PR creation or reuse and report the PR URL.
  • If the PR has CHANGES_REQUESTED or merge conflicts, stop and report exactly that.
  • If checks are still pending and the wait budget expires, return the PR URL and current state instead of guessing.
  • If merge succeeds, report the PR URL, merge method, and local branch cleanup result.

Script Flags

  • --base <branch>: target branch. Default to develop when the skill invocation does not provide a trailing base branch argument.
  • --merge-method squash|merge|rebase: default is squash
  • --create-only: stop after PR creation or lookup
  • --codex-review: comment @codex review on the PR; if --wait-codex-seconds is omitted or 0, request the review and stop immediately
  • --wait-codex-seconds N: when N > 0, poll Codex review status for up to N seconds after posting the review request
  • --require-review: require APPROVED before merge
  • --wait-review-seconds N: optionally poll for review state before giving up
  • --wait-seconds N: poll checks for up to N seconds before deciding
  • --interval-seconds N: polling interval, default 20
  • --keep-remote-branch: do not request remote branch deletion during merge
  • --keep-local-branch: do not switch to base and delete the local branch after merge
  • --dry-run: print the plan without changing GitHub or Git state
  • --allow-dirty: only for dry-run or unusual debugging; do not use for normal shipping

Repo-Specific Notes

  • gh may not be on PATH in this environment. The script already falls back to C:\Program Files\GitHub CLI\gh.exe.
  • This repo currently has no branch protection on develop, so the review gate lives in this script rather than GitHub policy.
  • Release shipping to master should be invoked as $ship-develop master, which maps to --base master.
  • The default practical workflow is iterative:
    • pass 1: create or update the PR, request Codex review, and stop immediately with the PR URL
    • middle passes: after review lands, rerun with --wait-codex-seconds to inspect findings, then fix findings and rerun again as needed
    • final pass: Codex returns clean, checks are green, and the script merges
  • Human approval remains an optional second gate when the user explicitly asks for it.
  • This repo currently has delete_branch_on_merge=false, so local cleanup is handled by the script after a successful merge.

Done When

  • The branch is pushed.
  • A PR to the chosen base branch exists or was reused.
  • The merge either completed safely or stopped with a concrete reason.
  • If merge completed, the workspace is on the chosen base branch and the local feature branch is removed unless the user asked to keep it.

相关技能

寻找 ship-develop 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具