Skip to main content
Back to registry

release

boshu2/agentops

Purpose: Take a project from "code is ready" to "tagged and ready to push."

Installs218
Install command
npx skills add https://github.com/boshu2/agentops --skill release
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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 curated release notes. Everything is local and reversible. Publishing (including the GitHub Release page) is CI's job. /release [version] — the complete local release workflow. Steps: pre-flight → changelog → release notes → version bump → user review → write → release commit → tag → guidance. /release --check — standalone readiness validation. Runs all pre-flight checks and reports GO/NO-GO. Useful before starting the release, in CI as a gate, or composed with /vibe . Does not generate or write anything. /release 1.7.0 --changelog-only — just update CHANGELOG.md. Generates the changelog entry and writes it.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does release do?

Purpose: Take a project from "code is ready" to "tagged and ready to push."

Is release good?

release does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does release work with?

release currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to release?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install release?

npx skills add https://github.com/boshu2/agentops --skill release

Related skills

More from boshu2/agentops

Related skills

Alternatives in Software Engineering