skills/release/SKILL.md
Create a GitHub release with notes from CHANGELOG, triggers build workflow
npx skillsauth add abix-/claude-blueprints skills/releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/release v0.1.5), use it. Otherwise, get the latest v* tag and bump the patch number.cd /c/code/endless && git tag -l 'v*' | sort -V | tail -1
cd /c/code/endless && git status --porcelain && git log origin/main..HEAD --oneline
If dirty or unpushed, stop and tell the user.
cd /c/code/endless && git tag -l 'v*' | sort -V | tail -1
Build release notes: Read CHANGELOG.md entries since the last release tag. Write notes that make a player want to download the update.
Voice: Write for the player, not the developer. Every bullet should answer "what can I do now?" or "what's better now?" — never "what did we refactor."
Format: - **Short Title** — one sentence that sells the feature or explains why they should care
Process:
**Full Changelog**: https://github.com/abix-/endless/compare/{prev_tag}...{new_tag}Reference — match the tone of previous releases:
- **Town Fountain**: Auto-shoots nearby enemies, no more getting wiped before you can build
- **Smarter AI Economy**: AI players actually want food now — they build farms and homes faster when running low
- **Direct Unit Control** — box-select + right-click move/attack, hold-fire and keep-fighting toggles
Avoid: implementation details (ECS, GPU buffers, SystemParam), method names, file names, architectural patterns, internal metrics ("~90% bandwidth reduction"). If a player wouldn't understand the bullet without reading source code, rewrite it.
Show the user the version tag and release notes for confirmation before creating.
Create the release: This creates the tag on GitHub and triggers the build workflow.
cd /c/code/endless && gh release create {tag} --title "{tag}" --notes "{notes}" --target main
cd /c/code/endless && sleep 3 && gh run list --workflow=build --limit=1 --json databaseId,status,url --jq '.[0] | "Run #\(.databaseId): \(.status) — \(.url)"'
Report the release URL and build run URL.
git fetch --tagstools
AutoHotkey v2 scripting standards for Windows automation, hotkeys, and game macros. Built from the official AHK v2 docs and the AHK community conventions. v1 reached EOL in March 2024.
data-ai
Analyze why Claude made its previous response -- trace reasoning to system prompt, CLAUDE.md, memory, skills, or context
tools
development
Build, test, and release Timberbot mod to GitHub and Steam Workshop