.claude/skills/ops-release/SKILL.md
Create a release with version tag. Converts UNRELEASED.md to version file and creates git tag.
npx skillsauth add d0nghyun/neuron ops-releaseInstall 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.
/release commandRead docs/releasenotes/UNRELEASED.md and verify it has content beyond the template.
If empty (only template placeholders), abort with message: "No changes to release."
Check existing tags:
git tag -l 'v*' --sort=-v:refname | head -5
Analyze UNRELEASED.md content:
Ask user to confirm version number.
docs/releasenotes/vX.Y.Z.md with:
Reset to empty template with sections:
# Unreleased with quote > Changes pending for the next release*Auto-updated by reviewer agent on PR creation.*git add docs/releasenotes/
git commit -m "chore: release vX.Y.Z
Co-Authored-By: Claude Opus 4.5 <[email protected]>"
git tag vX.Y.Z
git push origin main --tags
databases
Notion schedule management. Query today/weekly schedules, add/modify/complete schedules.
testing
Recap session memory into vault and validate vault structure
testing
Counterfactual review of decision paths after Moderate+ tasks
data-ai
Activate a module's skills/agents for current session