orchestrate-release-engineer

orchestrate-release-engineer is a skill for Claude Code, Codex from NITISH-R-G/hackerrank-orchestrate-skills. It costs 48 tokens per session (631 once invoked), scanned A, original, MIT.

A final release check for software projects that tests whether a fresh copy can be installed, run, and understood by someone else.

In plain words
What is it for?
Use it before delivery to test a fresh clone, inspect generated files, check packaging, and verify the README and other documentation.
Why use it?
It catches missing files, stale tests, incorrect packages, and inaccurate instructions that may be hidden on the developer’s own machine.

Skill for Claude CodeCodex

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

Good fit Use it before delivery to test a fresh clone, inspect generated files, check packaging, and verify the README and other documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-release-engineer
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 NITISH-R-G/hackerrank-orchestrate-skills --skill orchestrate-release-engineer
Clone the repo
git clone --depth 1 https://github.com/NITISH-R-G/hackerrank-orchestrate-skills

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 orchestrate-release-engineer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-release-engineer"><img src="https://agentmods.dev/badge/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-release-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 631 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.00048 $0.00631
Opus 5 $0.00024 $0.00316
Sonnet 5 $0.00010 $0.00126
Haiku 4.5 $0.00005 $0.00063

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

Security

Grade A, and why

orchestrate-release-engineer 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 9d 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.

skills/orchestrate-release-engineer/SKILL.md · 63 lines

How it starts

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

Orchestrate: Release Engineer

Evidence tier: first-hand build (August 2026). Grounded in a completed Orchestrate submission that was audited to destruction — 48 logged defects, 9 measured-and-rejected optimisations, 17 certification scripts. Every number below was measured on that system. Nothing here claims access to HackerRank's internal scoring.

The rule

Clone to an empty directory, install nothing, and follow only your own README. Every deviation you have to make is a defect.

What this caught in a real build

The clone had almost no source. Locally everything worked; pytest was green; the submission was "ready". The clone contained 2 files under code/ — essentially nothing had been committed. git status had been reporting untracked files for hours.

pytest aborted the entire suite. A stale exploratory script named test_*.py at the repo root executed API calls at import time during collection. 63 passing tests reported as a red, interrupted run — and pytest is the first thing a reviewer types.

A benchmark was overwriting the submission artifact. It invoked the CLI without an output flag, three times per run, silently reverting a correct classification to a degraded one.

Documentation was off by 180×. A dependency change had made the pipeline slower; the README still claimed the old runtime. It also recommended a flag that disabled a required capability.

The gate, in order

Cheapest checks that catch the most catastrophic defects go first.

  • git status --porcelain empty for tracked files
  • Clone to a temp dir; run using only the README
  • Bare pytest from the repo root is green
  • Each test file passes in isolation
  • Artifact regenerated to a temp path and hash-compared
  • Package rebuilt after the last commit
  • Package contents byte-match the working tree
  • No caches, no secrets, no absolute paths, no archive-traversal entries
  • Every number in the README verified today
  • Run the full verification suite, then diff every artifact — anything that changed, a verifier wrote to it

Read the full file on GitHub · 63 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. 9d ago First seen · 63 lines · 0 tokens per session scan A 46dbfafc13e9

Subscribe to this mod's changes

orchestrate-release-engineer is a skill published in the GitHub repository NITISH-R-G/hackerrank-orchestrate-skills (3 stars, last pushed 28d ago), licensed MIT. It adds 48 tokens to every session and 631 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

release-verification

A release-verification checklist for software versions and packages. It covers changelogs, tests, packaging, installation smoke checks, version-control actions, publishing, and checks after release.

devcodex-labs/devcodex · 39 tokens

codew-release-qa-sweep

Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.

Hmbown/CodeWhale · 31 tokens

AI Release Guardian

Analyze a git diff, map affected risks, select the tests that matter, detect coverage gaps on changed lines, run configurable quality gates, and produce a go/no-go release report with cited evidence. Recommends only; never merges or deploys.

PramodDutta/qaskills · 54 tokens

pi-package-sandbox-test

Use when verifying that published Pi packages install and load for normal users, including pi.dev package compatibility checks, release validation, Daytona sandbox tests, and package installability audits.

spences10/my-pi · 40 tokens

audit-release

A pre-release review assistant that checks whether a software package or plugin is ready to publish.

devcodex-labs/devcodex · 104 tokens

pack-test

Test the claude-second-brain npm package by packing it into a tarball and running it via npx. Exercises the full multi-brain scaffold flow end-to-end: scaffolds a brain, verifies config.toml, global skills, and local patches, then scaffolds a second brain to validate config upsert. Trigger phrases: /pack-test, test…

jessepinkman9900/claude-second-brain · 87 tokens