Commit and push changes in one step with safety checks.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add bravros/bravros --skill ship --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ship?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bravros-ship-3b7c77a2)More formats (shields.io, HTML) on the badges page.
---
name: ship
core: true
description: Commit and push changes in one step with safety checks.
---
# ship
INTENT: `/commit` then `/push`, with one branch gate first. Never creates a PR.
HARD CONSTRAINTS:
- Refuse on `main`/`master` — those branches move only via PR (`homolog → main`).
Every other branch, including `homolog`, is shippable directly.
- `/commit`'s rules apply in full: emoji format, no secrets staged, no AI signatures.
Run `/commit`, then `Skill({skill: "push"})` — `/push` is the canonical push primitive.
Report one line — `✅ <emoji> <type>: <subject> — pushed to origin/<branch>` — or the relevant error.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!