Push current branch to remote with branch safety checks.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add bravros/bravros --skill push --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Push?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bravros-push-9b069470)More formats (shields.io, HTML) on the badges page.
---
name: push
core: true
description: Push current branch to remote with branch safety checks.
---
# push
INTENT: push the current branch to origin. Push only — no committing, no PR creation.
HARD CONSTRAINTS:
- Never push `main`/`master` directly — refuse and point to a PR from homolog. `homolog` itself IS directly pushable (plan commits, hotfixes).
- No force push unless the operator explicitly asked for one.
- Dirty working tree → stop and point to `/ship` or `/commit` first — committing is their job, not this skill's.
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!