Stats
Actions
Tags
From zen
Push the current branch to origin safely. Use only when the user explicitly invokes /zen:push.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zen:pushThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Push the current branch to `origin`.
Push the current branch to origin.
Follow this exact workflow:
git status --short.git branch --show-current.git remote -v.git rev-parse --abbrev-ref --symbolic-full-name @{u} and handle the case where no upstream exists.main or master unless the user explicitly confirms that exact branch push.git push.git push -u origin <current-branch>.Arguments from the user, if any, are additional push instructions:
$ARGUMENTS
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub syouzen/syouzen-kit --plugin zen