personal/skills/push/SKILL.md
Push the current branch to remote, setting upstream if needed. Use when the user asks to push, push to remote, push changes, or sync with remote.
npx skillsauth add tim-hub/powerball pushInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Push the current branch to its remote.
git status — if uncommitted changes exist, warn and stop.git push -u origin <branch>, has upstream → git push.git pull --rebase, do not force push.testing
Picks the right Kubernetes Deployment update strategy (RollingUpdate / Recreate / Blue-Green / Canary) for the situation. Use when configuring a new Deployment, changing rollout config, or deciding how to ship a risky change.
tools
Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated.
development
Translates text between any two languages while preserving source format. Use when the user needs to translate plain text, code, or markdown content.
testing
Generates written content — blog posts, social posts, emails, and marketing copy — matched to the project's existing voice. Use when the user needs written material.