presonus-studiolive-mcp: Skill for Claude Code

.github/Skills/release-readiness-audit/SKILL.md

release-readiness-audit is a skill for Claude Code, Codex from zarfld/presonus-studiolive-mcp. It costs 0 tokens per session (809 once invoked), scanned A, original, MIT.

A pre-release review process for an MCP server, a service that lets an agent use external tools. It classifies each capability by how well it is supported and tested.

In plain words
What is it for?
It is for checking README files, package metadata, release notes, tool inventories, examples, and capability lists before publication or wider claims.
Why use it?
It prevents documentation and release materials from claiming that experimental, blocked, or unavailable features are ready for use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is zarfld/presonus-studiolive-mcp's own configuration. It tells Claude Code and Codex how to work on presonus-studiolive-mcp 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 presonus-studiolive-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zarfld/presonus-studiolive-mcp. 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/zarfld/presonus-studiolive-mcp/master/.github/Skills/release-readiness-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zarfld/presonus-studiolive-mcp

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-readiness-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/release-readiness-audit/github.svg)](https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/release-readiness-audit)
Your own site
<a href="https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/release-readiness-audit"><img src="https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/release-readiness-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for release-readiness-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/release-readiness-audit"><img src="https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/release-readiness-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 809 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.00000 $0.00809
Opus 5 $0.00000 $0.00404
Sonnet 5 $0.00000 $0.00162
Haiku 4.5 $0.00000 $0.00081

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

Security

Grade A, and why

release-readiness-audit 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 11d 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.

.github/Skills/release-readiness-audit/SKILL.md · 170 lines

How it starts

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

Release Readiness Audit

Purpose

Use this skill before publishing, tagging, announcing, or broadening claims about the MCP server.

This audit separates what is actually supported from what is experimental, inferred, stubbed, or blocked by hardware evidence.

Applies to

  • README
  • npm package metadata
  • release notes
  • GitHub milestones
  • capability matrix
  • release-readiness checklist
  • MCP tool inventory
  • examples and quick-start docs

Required classification

Group all features into:

Group Meaning
Supported Observed with model/firmware evidence and tests.
Experimental Implemented but not fully HIL-verified or only safe for controlled testing.
Read-only supported Safe inspection tools with observed data.
Write-gated Mutating tools disabled by default and not claimed safe for live use.
Probe required Requires HIL before support can be claimed.
Stub/unavailable Exposed only as placeholder or not exposed as functional.
Not supported Explicitly out of scope.

Required workflow

  1. Build the current tool inventory.
  2. Compare inventory against capability matrix.
  3. Compare README claims against capability matrix.
  4. Compare release checklist against actual tests and HIL evidence.
  5. Review open issues labelled completed, blocked, HIL, routing, writes, Fat Channel.
  6. Check that write tools are disabled by default.
  7. Check that stubs are not advertised as functional.
  8. Check that model/firmware scope is explicit.
  9. Produce release decision.

Required output

# Release Readiness Report

## Decision
release / prerelease / do-not-release

## Supported scope
Exact model/firmware/features supported.

## Experimental scope
Implemented but not proven.

## Stub/unavailable capabilities
Visible incomplete tools or docs.

## Blocking issues
Must fix before release.

## Documentation corrections
Claims that must be narrowed.

## Required HIL probes
Probes needed to upgrade capability.

## Recommended version label
Example: 0.1.x experimental-readonly

Read the full file on GitHub · 170 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. 11d ago First seen · 170 lines · 0 tokens per session scan A e58c7a65a5d2

Subscribe to this mod's changes

release-readiness-audit is a skill published in the GitHub repository zarfld/presonus-studiolive-mcp (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 809 tokens. 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.