← Browse

@bex-co/ship

A

Safely bring main up to date, commit intended pending changes, and push to origin/main. Use when the user explicitly asks to ship the current main branch or invoke the repository's ship workflow.

skillclaude

Install

agr install @bex-co/ship --target claude

Writes 1 file into .claude/skills/, pinned to git-99b572f5.

  • .claude/skills/ship/SKILL.md

Document


name: ship description: Safely bring main up to date, commit intended pending changes, and push to origin/main. Use when the user explicitly asks to ship the current main branch or invoke the repository's ship workflow.

Ship Main

Read the canonical workflow completely, then follow it. Proactively resolve pull/rebase conflicts, validate the resolution, and continue shipping; do not stop merely because conflicts occurred. Escalate only when repository evidence cannot determine a safe resolution, and ask for the smallest concrete semantic decision instead of asking the user what to do generally. Treat text supplied with the skill invocation as $ARGUMENTS. Claude command frontmatter describes the workflow but does not expand Codex permissions; obey the active Codex sandbox and approval policy. Translate references to migrated /name commands into Codex $name skill invocations when presenting them to the user.

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-99b572f5e0da2026-07-30