← Registry
Skill Bundle Official

Ship

Take a finished change from working tree to a green, mergeable PR — one command chaining simplify, verify, code-review, smart-commit, branch hygiene, PR, and babysit-to-green.

Install

positronick skill install ship
$

A meta skill: it bundles the skills it orchestrates, so installing it pulls in everything the pipeline needs. Each stage is gated and fails loud — a failed verify or review halts the pipeline with evidence instead of committing broken work. Default stops at approved + CI green + mergeable; it never merges unless asked with --merge. Built-in harness skills (simplify, verify, code-review) are used where the agent provides them.

Bundles 4 listings

Installing this skill pulls in everything below — already-installed items are skipped.

Smart Commit
Skill

Cluster uncommitted changes into logical groups and commit each with a clean conventional commit message — plus a Keep-a-Changelog update pass.

DevOps @nsollazzo
Babysit
Skill

Drive a GitHub PR to a fresh approval, green CI, and a mergeable state — verifying every review finding against the code, fixing the real ones, and pushing back with evidence on the rest.

DevOps @nsollazzo
Reflect
Skill

Distill a coding session's hard-won lessons — gotchas, patterns, integration quirks — into the project's knowledge base, with explicit approval before anything is written.

Productivity @nsollazzo
GitHub CLI
CLI

GitHub's official command-line tool for working with pull requests, issues, releases, and the GitHub API from the terminal.

DevOps @github