Ship

SkillDev tools

Commit, create PR, wait for CI, and merge

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Ship skill

What this skill tells your AI

The instructions your AI receives, as published by yicheng47/quill in .agents/skills/ship/SKILL.md and read by ahel’s review.

Commit current changes, open a PR, wait for CI to pass, then squash-merge.

Steps

  1. Run git status and git diff --stat to see what's changed. Run git log --oneline -5 for commit message style.

  2. Draft a concise commit message based on the changes. Stage relevant files (not .env, credentials, etc.) and commit.

  3. Create a feature branch if not already on one (use a descriptive name based on the changes). Push with -u.

  4. Create a PR with gh pr create — short title, summary bullets, test plan.

  5. Wait for CI: gh pr checks <pr-number> --watch

  6. Once CI passes, merge: gh pr merge <pr-number> --squash --delete-branch

If any step fails, stop and report the error.

Signals

GitHub stars
35
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
ship-yicheng47
Source
github.com/yicheng47/quill