AgentSkillsCN

ship

在验证完成后正式定稿:确认已收到相关信号,在 PR 描述及“珠子”注释中留存证据(若存在“珠子”),并提交 PR(但不执行合并)。适用于被要求交付成果、完成任务,或主动发起 PR 的场景。

SKILL.md
--- frontmatter
name: ship
description: "Finalize work after validation: confirm a signal, capture proof in PR description and bead comment (if beads), and open a PR (no merge). Use when asked to ship, finish, or open a PR."

Ship

Overview

Finalize deliverables after validation and produce a concise proof trail.

Workflow

  1. Confirm a recent validation signal exists for the current change set; if not, run validate.
  2. Summarize proof: commands/signals and outcomes.
  3. If beads are used, comment on the active bead with the proof (only if .beads exists: rg --files -g '.beads/**' --hidden --no-ignore).
  4. Open a PR (do not merge), using gh where applicable.
  5. Report PR status and any remaining follow-ups.

Guardrails

  • Never ship without a signal.
  • Keep proof concise and scoped to this change.
  • If PR creation is blocked (auth/remote), state the exact blocker and next command.

Output

  • Proof summary (signals + results).
  • PR creation status.
  • Next steps if any.