Copush banner
moshehbenavraham moshehbenavraham

Copush

Git community

Description

--- name: copush description: Pull, version-bump, commit all changes, and push to origin --- # /copush Command Pull the latest from origin, increment the project version, commit all non-gitignored changes, and push to origin. Designed as a single command to bundle routine commit-and-push workflows without manual version tracking. Use maximum thinking budget for this prompt. ## Rules 1. **Origin only** - Pull and push to `origin` remote only; never touch `upstream` 2. **Clean merge or halt**

Installation

Installs to ~/.claude/skills/moshehbenavraham-apex-spec-system-copush/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moshehbenavraham-apex-spec-system-copush && curl -fsSL https://raw.githubusercontent.com/moshehbenavraham/apex-spec-system/HEAD/commands/copush.md -o ~/.claude/skills/moshehbenavraham-apex-spec-system-copush/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository