attune-ai: Skill for Claude Code

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

release-prep is a skill for Claude Code, Codex from Smart-AI-Memory/attune-ai. It costs 43 tokens per session (964 once invoked), scanned A, original, Apache-2.0.

A pre-release checklist skill covering project health, security, changelog, version, and dependency checks before software is shipped.

In plain words
What is it for?
Preparing a release, auditing dependencies, checking tests and linting, updating versions, and drafting release notes.
Why use it?
It gathers the checks needed for a release decision and distinguishes advice from an enforced release gate.

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 Smart-AI-Memory/attune-ai's own configuration. It tells Claude Code and Codex how to work on attune-ai 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 attune-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Smart-AI-Memory/attune-ai. 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/Smart-AI-Memory/attune-ai/main/.agents/skills/release-prep/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Smart-AI-Memory/attune-ai

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-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/release-prep.svg)](https://agentmods.dev/skills/smart-ai-memory/attune-ai/release-prep)
Your own site
<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/release-prep"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/release-prep.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 964 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.1 $0.00043 $0.00964
Opus 5 $0.00022 $0.00482
Sonnet 5 $0.00009 $0.00193
Haiku 4.5 $0.00004 $0.00096

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

Security

Grade A, and why

release-prep 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 2d 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/release-prep/SKILL.md · 141 lines

How it starts

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

Release Prep

IMPORTANT: Start your response with a context preamble.

Call help_lookup(topic="release-prep", mode="preamble") and display the returned preamble text as a blockquote. Then tell the user they can say "tell me more" for a step-by-step guide, or answer the scoping questions below to proceed.

If the MCP call fails, fall back to:

Release Prep — Runs pre-release checks — health, security, changelog, and go/no-go assessment.

Scoping

Before running, ask:

  1. Version: "What version are you releasing? Or should I check the current version and suggest?"
  2. Scope: "Full advisory or a specific check?"
    • Full: advisory across security, testing, docs, versioning
    • Specific: Single check (e.g., just changelog)

MCP Tools

Tool What It Does
release_notes Changelog draft + go/no-go advisory (single-agent SDK)
health_check Project health score (tests + lint + coverage)
dependency_check Dependency audit and vulnerability scan
secure_release Full release pipeline with security gates

Advisory vs gate. release_notes is advisory — it drafts a changelog and gives a recommendation, it does not block. The deterministic 4-agent gate (real bandit/ruff/pytest + hard thresholds) is CLI-only: attune workflow run release-gate.

Shared command workspace (preferred)

When the generic command-workspace tools are available, open adapter release-prep with the selected version, scope, and project path. Present its widget or returned Markdown and collect its bound start_release_prep action before invoking checks. Publish each real Security, Testing, Documentation, and Versioning receipt as gate_result, then publish assessment_complete.

The workspace reviews one gate at a time and then issues a separate final release approval. A critical FAIL, ERROR, or synthesized MISSING receipt can only be fixed and rerun; it cannot be accepted. A Documentation warning may be accepted only through its explicit bound action. Publish tool crashes as ERROR receipts — a failed gatekeeper fails the gate and never disappears. If the shared tools are unavailable, retain the same repeated decisions in compact text/form gates.

Read the full file on GitHub · 141 lines

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. 2d ago Changed · +17 lines bb8b62a97294
  2. 6d ago First seen · 124 lines · 43 tokens per session scan A 7dc0e1dff116

Subscribe to this mod's changes

release-prep is a skill published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed today), licensed Apache-2.0. It adds 43 tokens to every session and 964 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