release

release is a skill for Claude Code, Codex from joshsmithxrm/power-platform-developer-suite. It costs 52 tokens per session (7,835 once invoked), scanned A, original, MIT.

A release checklist and workflow for the PPDS software packages, covering change logs, version numbers, tags, publishing, and post-release checks.

In plain words
What is it for?
Use it to prepare prereleases or stable releases for the CLI, terminal interface, MCP server, extension, and NuGet libraries.
Why use it?
It reduces missed steps when publishing a prerelease or stable version across several package types and interfaces.

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/joshsmithxrm/power-platform-developer-suite/release
Any agent
npx skills add joshsmithxrm/power-platform-developer-suite --skill release
Clone the repo
git clone --depth 1 https://github.com/joshsmithxrm/power-platform-developer-suite

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for release

README.md
[![agentmods](https://agentmods.dev/badge/skills/joshsmithxrm/power-platform-developer-suite/release.svg)](https://agentmods.dev/skills/joshsmithxrm/power-platform-developer-suite/release)
Your own site
<a href="https://agentmods.dev/skills/joshsmithxrm/power-platform-developer-suite/release"><img src="https://agentmods.dev/badge/skills/joshsmithxrm/power-platform-developer-suite/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00052 $0.07835
Opus 5 $0.00026 $0.03918
Sonnet 5 $0.00010 $0.01567
Haiku 4.5 $0.00005 $0.00783

Measured 4d ago against content hash 13f017002347, 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 1 finding 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 4d ago.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://api.nuget.org/v3-flatcontainer/<package-id-lowercase>/index.json | jq '.versions' | tail -5
.claude/skills/release/SKILL.md · 629 lines

How it starts

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

Release

End-to-end release ceremony for PPDS. Produces CHANGELOGs, version bumps, tags, and triggers the CI publishing workflows. Use for prereleases (*-beta.N) and stable releases (1.0.0, 1.1.0, etc.) alike — the mechanics are identical, version suffixes differ.

When to Use

  • "Let's cut a release"
  • "Time for a new prerelease"
  • "Ship v1.0.0"
  • "Bump all the packages"
  • Scheduled release cadence

Do NOT use this skill for:

  • Hot-fix a single package — use /pr and tag that package only
  • Documentation-only updates — those don't need a release
  • Pre-public-release key rotation — that's a separate operation

Usage

  • /release — default to prerelease flow
  • /release prerelease — explicit prerelease
  • /release stable v1.0.0 — stable release, version specified

Prerequisites

Before starting:

  1. All in-flight PRs are merged or explicitly deferred. Running a release with open feature PRs means either you forget to include them or you rush-merge. Decide first.
  2. No broken CI on main. Check gh run list --branch main --limit 5. If CI is red, fix first.
  3. Security review done for stable releases (enforced). Prereleases can skip; stable (vX.Y.0) must have a completed /security-review artifact at docs/qa/security-review-*.md covering the diff since the last stable release. The pre-merge verification step (Step 6) checks for this file — the release cannot proceed without it. Patches (vX.Y.Z where Z > 0) do not require a security review.
  4. Known the last release commit and/or tags. The CHANGELOG enumeration is "since when?". Grab the previous release commit hash:
    git log --grep='chore(release)' --oneline -5
    

Process

1. Register Phase and Create Release Worktree

python scripts/workflow-state.py set phase release

Note: release is a custom phase for this skill. Nothing enforces workflow phases anymore — the workflow-enforcement hooks were extracted with the personal automation harness (#1315) — so the phase registration is purely an audit-trail entry in .workflow/state.json.

Read the full file on GitHub · 629 lines

Files

What ships with it

1 file 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. 4d ago First seen · 629 lines · 52 tokens per session scan A 13f017002347

Subscribe to this mod's changes

release is a skill published in the GitHub repository joshsmithxrm/power-platform-developer-suite (5 stars, last pushed 11d ago), licensed MIT. It adds 52 tokens to every session and 7,835 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

release-readiness

Assesses ship-readiness for .NET MAUI release branches — Servicing Releases (SR) and Previews — and produces public-safe, copy-ready release handoffs or Loop-page drafts from the resulting evidence. Use for readiness verdicts, release blockers, Preview/SR status, release handoff pages, manual validation instructions…

dotnet/maui · 100 tokens

create-release

Create a versioned GitHub release with changelog.

fpindej/netrock · 10 tokens

bump-version

Bump the SSW.VerticalSliceArchitecture.Template NuGet package version to cut a new release. Use when the user says "bump the version", "cut a release", "release a new version", "publish a new package version", or similar for this template repo. Edits the version in VerticalSliceArchitecture.nuspec — which is what…

SSWConsulting/SSW.VerticalSliceArchitecture · 86 tokens

release-roslynator

Use when shipping a roslynator release, rolling CHANGELOG.md [Unreleased], updating the VS Code extension changelog, creating a GitHub v release, or optionally tagging cli-v.

dotnet/roslynator · 45 tokens

maf-release-watcher

Detects new MAF releases, extracts breaking changes, and keeps the toolkit's registry/matrix/guide current. Pipeline: (1) deterministic data extraction via GitHub Actions + Python helpers + dotnet-inspect, opens a PR with raw data and TODOs on a per-version branch (never commits direct to main), (2) optionally, a…

joslat/maf-doctor · 124 tokens

release-cut

Use this skill whenever Larry asks to cut a release (e.g., "prep vX.Y.Z release").

lewing/helix.mcp · 0 tokens