praxis-release

praxis-release is a skill for Claude Code from jeet129/praxis. It costs 34 tokens per session (287 once invoked), scanned A, original, MIT.

A production-release workflow that gathers required evidence, requests approval, deploys a chosen code revision, checks the result, and records what happened.

In plain words
What is it for?
Use it to prepare and run a production go-live, including governance checks, deployment, post-deployment verification, rollback, and release records.
Why use it?
It prevents a production launch from skipping required checks or deploying without explicit approval. It also provides a rollback path if verification finds a problem.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is references: [../../workflows/production-release.yaml, ../../governance/governance.yaml].

Part of the praxis plugin — 105 skills, 12 commands, 17 agents, 6 hooks shipped together

Good fit Use it to prepare and run a production go-live, including governance checks, deployment, post-deployment verification, rollback, and release records.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/jeet129/praxis
agentmods
npx agentmods add skills/jeet129/praxis/praxis-release

Made for: Claude Code.

Or install praxis, the plugin that ships this one along with the rest of its 105 skills, 12 commands, 17 agents, 6 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeet129/praxis/praxis-release/github.svg)](https://agentmods.dev/skills/jeet129/praxis/praxis-release)
Your own site
<a href="https://agentmods.dev/skills/jeet129/praxis/praxis-release"><img src="https://agentmods.dev/badge/skills/jeet129/praxis/praxis-release/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 praxis-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeet129/praxis/praxis-release"><img src="https://agentmods.dev/badge/skills/jeet129/praxis/praxis-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 287 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.00034 $0.00287
Opus 5 $0.00017 $0.00143
Sonnet 5 $0.00007 $0.00057
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

praxis-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 10d 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.

codex-plugin-assets/skills/praxis-release/SKILL.md · 31 lines

What it actually says

capability: command
domain: codex-plugin
state: active
dependencies: [deploy-release, cicd-pipeline, observability, reliability-dr, capacity-resource-estimation, supply-chain-security]
triggers: [praxis release, production release, go live, deploy production]
outputs: [production_go_live_pack, deployment_record, verification_report, release_record]
consumers: [praxis-steward]
references: [../../workflows/production-release.yaml, ../../governance/governance.yaml]

Praxis Release

Run the production release workflow.

  1. Read workflows/production-release.yaml and governance/governance.yaml.
  2. Ask for the release SHA or use the stated candidate commit.
  3. Assemble the production_go_live evidence pack from governance.
  4. Evaluate conditional evidence rules and mark each item required, not_applicable, or blocked.
  5. Stop for user approval before production deployment.
  6. On approval, execute deployment, post-deploy verification, rollback if needed, and release record creation.

Do not use a reduced evidence checklist when governance requires more.

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. 10d ago First seen · 31 lines · 34 tokens per session scan A 4fe68f5b04fe

Subscribe to this mod's changes

praxis-release is a skill published in the GitHub repository jeet129/praxis (7 stars, last pushed 5d ago), licensed MIT. It adds 34 tokens to every session and 287 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.