skill-release-engineering

skill-release-engineering is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 30 tokens per session (113 once invoked), scanned A, original, Apache-2.0.

A release-planning workflow for shipping software changes safely. It includes a changelog, database migrations, smoke tests (quick checks that the main paths work), rollback steps, feature flags, continuous integration, and an operations checklist.

In plain words
What is it for?
Use it to prepare deployment plans, verify builds and key user flows, manage database changes, release features gradually, and document rollback and operational steps.
Why use it?
It reduces the risk of deploying a change that breaks existing data or production behavior. It also makes it clearer how to check a release and undo it when necessary.

Skill for Claude CodeCodex

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

Good fit Use it to prepare deployment plans, verify builds and key user flows, manage database changes, release features gradually, and document rollback and operational steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-release-engineering
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.

Any agent
npx skills add IAPro-Community/Orquestrador-Maestro --skill skill-release-engineering
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

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 skill-release-engineering

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-release-engineering"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-release-engineering.svg" alt="Reviewed on agentmods" width="80" 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 113 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00113
Opus 5 $0.00015 $0.00056
Sonnet 5 $0.00006 $0.00023
Haiku 4.5 $0.00003 $0.00011

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

Security

Grade A, and why

skill-release-engineering 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.

codex/skills/skill-release-engineering/SKILL.md · 12 lines

What it actually says

Release Engineering

Inspect the repository's release conventions first. Produce a release plan covering versioning, changelog, migrations, compatibility, deployment order, secrets, smoke tests, rollback, monitoring, and ownership. Separate reversible from irreversible steps. Never publish, tag, push, or deploy without explicit 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. 11d ago First seen · 12 lines · 30 tokens per session scan A a75d49d68a4f

Subscribe to this mod's changes

skill-release-engineering is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (41 stars, last pushed yesterday), licensed Apache-2.0. It adds 30 tokens to every session and 113 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-30.

Related

Other skills, from other repositories

release-readiness-check

Verify all prerequisites are met before a release by checking PRs, CI/CD status, environment health, and blocking issues across GitHub, ArgoCD, and Jira. Use before cutting a release, deploying to production, or during release planning.

caipe-io/ai-platform-engineering · 54 tokens

ai-agents-generation-and-release

Operate the ai-agents generation and release machinery, covering the seven buildall.py generators, generateagents.py, syncpluginlib.py, the drift gates, the version-free plugin manifests, and the npm publish path. Use when you say regenerate the mirrors, run the drift checks, why is the plugin version gate red…

rjmurillo/ai-agents · 110 tokens

release-engineering

Design, automate, and operate end-to-end software releases: release process models and pipelines (trunk-based development, CD stages, release trains), progressive delivery and feature flags, versioning and artifact management (SemVer, conventional commits, changelogs, SBOM/provenance), readiness and quality gates…

magnus919/agent-skills · 158 tokens

verified-delivery

Implement and deliver an authorized change end to end — verify, open the PR, merge, and confirm post-merge state — using live-state gates, durable interruption handoffs, and live-state-first resumption. Use when a user grants end-to-end delivery authority for a specific change and the work may cross tool-call limits…

magnus919/agent-skills · 123 tokens

devops-assistant

Assists in version control, deployment, and automation tasks, ensuring smooth DevOps operations and workflow efficiency.

thesongzhu/Friday · 0 tokens

release-doc-sync

Prepares or applies bounded documentation updates for the current workspace changes.

thesongzhu/Friday · 0 tokens