regulated-mcp-insurance-deployment: Skill for Claude Code

.agents/skills/github-release/SKILL.md

github-release is a skill for Claude Code, Codex from waalwalker1/regulated-mcp-insurance-deployment. It costs 30 tokens per session (122 once invoked), scanned A, original, MIT.

A release checklist and workflow for preparing an open-source software repository for publication.

In plain words
What is it for?
Running release checks, cleaning demo files, verifying a fresh setup, updating the changelog, and preparing a versioned release.
Why use it?
It helps catch failing checks, exposed secrets, missing legal files, unclear setup instructions, and incomplete release notes before publishing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is waalwalker1/regulated-mcp-insurance-deployment's own configuration. It tells Claude Code and Codex how to work on regulated-mcp-insurance-deployment itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything regulated-mcp-insurance-deployment configures →

Reuse

Borrowing it

Nothing to install: this file belongs to waalwalker1/regulated-mcp-insurance-deployment. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/waalwalker1/regulated-mcp-insurance-deployment/main/.agents/skills/github-release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/waalwalker1/regulated-mcp-insurance-deployment

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 github-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/waalwalker1/regulated-mcp-insurance-deployment/github-release.svg)](https://agentmods.dev/skills/waalwalker1/regulated-mcp-insurance-deployment/github-release)
Your own site
<a href="https://agentmods.dev/skills/waalwalker1/regulated-mcp-insurance-deployment/github-release"><img src="https://agentmods.dev/badge/skills/waalwalker1/regulated-mcp-insurance-deployment/github-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 122 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00030 $0.00122
Opus 5 $0.00015 $0.00061
Sonnet 5 $0.00006 $0.00024
Haiku 4.5 $0.00003 $0.00012

Measured 7d ago against content hash fa84b70af28b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

github-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 7d 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.

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.

.agents/skills/github-release/SKILL.md · 19 lines

What it actually says

Github Release

Before release:

  • run full CI-equivalent locally;
  • ensure git status is understood;
  • remove secrets/temp artifacts;
  • regenerate screenshots/eval reports;
  • verify README commands from a clean environment where feasible;
  • update CHANGELOG;
  • prepare v0.1.0 release notes;
  • create or validate THIRD_PARTY_NOTICES;
  • do not push or publish without human authorization.
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. 7d ago First seen · 19 lines · 30 tokens per session scan A fa84b70af28b

Subscribe to this mod's changes

github-release is a skill published in the GitHub repository waalwalker1/regulated-mcp-insurance-deployment (0 stars, last pushed 17d ago), licensed MIT. It adds 30 tokens to every session and 122 once invoked, about $0.0002 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

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/obsidian-mcp-server · 82 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…

cyanheads/obsidian-mcp-server · 112 tokens

polish-docs-meta

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

cyanheads/git-mcp-server · 53 tokens

release-and-publish

Ship a release end-to-end across every registry this project targets (npm, MCP Registry). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already complete — this skill is the post-wrapup…

cyanheads/git-mcp-server · 83 tokens

bob-export

Create a Hacker Bob post-release improvement bundle for the currently installed Bob version.

vmihalis/hacker-bob · 18 tokens

xh-upgrade-notes

Verify, finalize, and write upgrade documentation for a major Hoist Core release. Use when preparing a release, verifying or finalizing the changelog, writing upgrade notes, or any task involving release readiness for a major version (e.g. "prepare for release", "verify the changelog", "write upgrade notes for v38"…

xh/hoist-core · 106 tokens