Ship
SkillDev toolsCommit, create PR, wait for CI, and merge
Available today. Use it from your connected AI after setup.
No other account needed.
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
-
Run
git statusandgit diff --statto see what's changed. Rungit log --oneline -5for commit message style. -
Draft a concise commit message based on the changes. Stage relevant files (not
.env, credentials, etc.) and commit. -
Create a feature branch if not already on one (use a descriptive name based on the changes). Push with
-u. -
Create a PR with
gh pr create— short title, summary bullets, test plan. -
Wait for CI:
gh pr checks <pr-number> --watch -
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