release
✓Release your software. Pre-flight validation, changelog generation, version bumps, release commit, tag, draft GitHub Release. Boundary: everything up to the git tag. Triggers: "release", "cut a release", "prepare release", "release check".
Installation
SKILL.md
Purpose: Take a project from "code is ready" to "tagged and ready to push."
Pre-flight validation, changelog from git history, version bumps across package files, release commit, annotated tag, and optional draft GitHub Release. Everything is local and reversible. Publishing is CI's job.
| version | No | Semver string (e.g., 1.7.0). If omitted, suggest based on commit analysis | | --check | No | Readiness validation only — don't generate or write anything | | --dry-run | No | Show generated changelog + version bumps without writing | | --skip-checks | No | Skip pre-flight validation (tests, lint) |
Release your software. Pre-flight validation, changelog generation, version bumps, release commit, tag, draft GitHub Release. Boundary: everything up to the git tag. Triggers: "release", "cut a release", "prepare release", "release check". Source: boshu2/agentops.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/boshu2/agentops --skill release- Source
- boshu2/agentops
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is release?
Release your software. Pre-flight validation, changelog generation, version bumps, release commit, tag, draft GitHub Release. Boundary: everything up to the git tag. Triggers: "release", "cut a release", "prepare release", "release check". Source: boshu2/agentops.
How do I install release?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/boshu2/agentops --skill release Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/boshu2/agentops
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11