release

A release workflow for managing project versions, changelogs, and Git operations. A changelog is a record of notable changes between releases, while semantic versioning uses major, minor, and patch numbers to describe change size.

In plain words
What is it for?
Use it to prepare major, minor, patch, or hotfix releases, update changelogs, create test releases, and follow the repository's fork-based release process.
Why use it?
It organizes the steps needed to prepare releases and applies the project's contributor restrictions around production tags.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/itdove/devaiflow/release
Any agent
npx skills add itdove/devaiflow --skill release
Clone the repo
git clone --depth 1 https://github.com/itdove/devaiflow

Made for: Claude Code, Codex.

Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.04407
Opus 5 $0.00009 $0.02204
Sonnet 5 $0.00004 $0.00881
Haiku 4.5 $0.00002 $0.00441

Measured yesterday against content hash ec668e4b8657, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (release_helper.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/release/SKILL.md · 523 lines

How it starts

The opening of the file, as written. The whole thing — 523 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Release Skill

Automates the release management workflow for any project, following semantic versioning and Keep a Changelog conventions. Works with Python, Node.js, and other project types through automatic version file detection.

Usage

/release minor              # Create minor version release (1.1.0 -> 1.2.0)
/release patch              # Create patch version release (1.1.0 -> 1.1.1)
/release major              # Create major version release (1.0.0 -> 2.0.0)
/release hotfix v1.1.0      # Create hotfix from v1.1.0 tag
/release test               # Create TestPyPI test release

Authorization Notice

IMPORTANT: This repository uses a fork-based workflow.

  • Maintainers (@itdove): Can use this skill to create and push releases
  • Contributors: Should NOT create or push production tags
    • Fork the repository instead (see CONTRIBUTING.md)
    • Submit pull requests with changes
    • Update CHANGELOG.md in your PR
    • Maintainers will handle releases

If you are a contributor (not @itdove):

  • ✅ You can use /release test for local testing
  • ✅ You can use the skill to understand the process
  • ❌ DO NOT push production tags (v1.2.0, etc.)
  • ✅ Let maintainers create releases from your PRs

Skill Invocation

When invoked with arguments (e.g., /release minor), this skill guides you through:

  1. Safety Checks: Verify prerequisites before starting
  2. Release Readiness CI: Trigger automated readiness workflow and wait for results
  3. Version Management: Update version in both required files
  4. CHANGELOG Management: Update CHANGELOG.md with proper format
  5. Git Operations: Create branches, commits, and tags
  6. Post-Release Guidance: Provide checklist for manual steps (maintainers only)

Release Types

Regular Release (/release major|minor|patch)

Purpose: Create a new production release from main branch

Prerequisites:

  • All tests pass on main
  • CHANGELOG.md has Unreleased section with changes
  • Main branch is up-to-date

Read the full file on GitHub · 523 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 523 lines · 18 tokens per session scan A ec668e4b8657

Subscribe to this mod's changes

release is a skill published in the GitHub repository itdove/devaiflow (2 stars, last pushed 13d ago), licensed Apache-2.0. It adds 18 tokens to every session and 4,407 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

jira-time-tracking

Time tracking, worklogs, and time reports. TRIGGERS: 'log time', 'time spent on', 'log hours', 'log work', 'worklog', 'time tracking', 'timesheet', 'how much time', 'time logged', 'time report', 'export timesheet', 'set estimate', 'remaining estimate', 'original estimate'. Use for time-related queries and operations…

grandcamel/JIRA-Assistant-Skills · 121 tokens

jira-administration

Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.

grandcamel/JIRA-Assistant-Skills · 51 tokens

jira-issue-management

Core JIRA issue CRUD - create bugs/tasks/stories, get issue details, update fields, delete issues. TRIGGERS: 'show me [KEY]', 'get issue [KEY]', 'view issue', 'create a bug/task/story', 'update [KEY]', 'delete [KEY]', 'details of [KEY]', 'look up [KEY]', 'what's in [KEY]'. NOT FOR: epics (use jira-agile)…

grandcamel/JIRA-Assistant-Skills · 155 tokens

jira-service-management

Complete ITSM/ITIL workflow support for JSM - service desks, requests, SLAs, customers, approvals, knowledge base. Use when managing service desk requests, tracking SLAs, or handling customer operations.

grandcamel/JIRA-Assistant-Skills · 47 tokens

jira-issue-relationships

Issue linking, blockers, and dependency analysis. TRIGGERS: 'what's blocking', 'what is blocking', 'is blocked by', 'link issues', 'link to', 'blockers for', 'depends on', 'clone issue', 'clone with', 'blocking chain', 'dependency graph', 'show dependencies', 'get blockers', 'relates to', 'duplicates'. Use for issue…

grandcamel/JIRA-Assistant-Skills · 121 tokens

jira-search-jql

Find issues by criteria (status, assignee, priority, etc.) using JQL. Create filters, export results to CSV/JSON, bulk update. Ideal for reporting and automation.

grandcamel/JIRA-Assistant-Skills · 42 tokens