personal/skills/tag/SKILL.md
Tags the current git repository with a new version tag. Use when marking a release point in git history.
npx skillsauth add tim-hub/powerball tagInstall 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.
Tag the current git repository with a new version tag.
git tag --sort=-version:refname | head -5 to inspect existing tags and determine the tagging pattern.
vX.Y.Z semver, increment the patch version (Z+1) and use that.YY.MM.DD.git tag <new-tag> to create the tag.git tag --sort=-version:refname | head -3.Do not push the tag unless the user explicitly asks.
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.