roblox-release-operations

roblox-release-operations is a skill for Claude Code, Codex from AshExplained/roblox-skills. It costs 47 tokens per session (322 once invoked), scanned A, original, MIT.

A release-operations skill for publishing Roblox game updates safely. It covers readiness checks, smoke tests, release notes, staged rollout decisions, rollback plans, and post-release monitoring.

In plain words
What is it for?
Use it for pre-publish checklists, core-loop and mobile smoke tests, release notes, rollback planning, live issue response, and monitoring after release.
Why use it?
It helps catch blocking problems before players receive an update and prepares a response if saving, purchases, performance, or other live systems fail.

Skill for Claude CodeCodex

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

Good fit Use it for pre-publish checklists, core-loop and mobile smoke tests, release notes, rollback planning, live issue response, and monitoring after release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ashexplained/roblox-skills/roblox-release-operations
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 AshExplained/roblox-skills --skill roblox-release-operations
Clone the repo
git clone --depth 1 https://github.com/AshExplained/roblox-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 roblox-release-operations

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashexplained/roblox-skills/roblox-release-operations"><img src="https://agentmods.dev/badge/skills/ashexplained/roblox-skills/roblox-release-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 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.00047 $0.00322
Opus 5 $0.00023 $0.00161
Sonnet 5 $0.00009 $0.00064
Haiku 4.5 $0.00005 $0.00032

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

Security

Grade A, and why

roblox-release-operations 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.

roblox-release-operations/SKILL.md · 66 lines

What it actually says

Roblox Release Operations

Goal

Ship updates with confidence and a clear recovery path.

Pre-Release Gate

Verify:

  • Core loop smoke test passes.
  • Mobile layout and controls are usable.
  • Save/load and valuable grants are checked.
  • Purchases are server-authoritative.
  • Console has no new errors.
  • Performance risks are known.
  • Update notes and player-facing promise match the build.

Release Notes

Include:

  • New content.
  • Balance changes.
  • Bug fixes.
  • Known issues when necessary.
  • Return hook or event deadline.

Rollback Thinking

  • Know which changes are data-schema-sensitive.
  • Avoid irreversible migrations without fallback.
  • Stage risky economy or persistence changes behind server flags where possible.
  • Keep manual admin recovery steps for grant/data issues.

Post-Release Watch

Track:

  • Error spikes.
  • Purchase/grant failures.
  • Save/load failures.
  • Funnel drop-offs.
  • Economy inflation.
  • Community reports.

Output

Return:

  • Release readiness status.
  • Blocking issues.
  • Smoke test plan.
  • Rollback or mitigation plan.
  • Post-release watchlist.

Next

After release, watch metrics with roblox-analytics-instrumentation and player sentiment with roblox-community-ops; hand any live bug to roblox-debugging-bugfix.

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 · 66 lines · 47 tokens per session scan A 00a297268152

Subscribe to this mod's changes

roblox-release-operations is a skill published in the GitHub repository AshExplained/roblox-skills (6 stars, last pushed 2mo ago), licensed MIT. It adds 47 tokens to every session and 322 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

publish

Publish oh-my-opencode to npm by triggering the GitHub Actions publish workflow and verifying its artifacts. Ship-only: never runs pre-publish-review or re-reviews merged code unless the user explicitly asks. Argument: . Triggers: publish, release, deploy, npm publish.

code-yeongyu/oh-my-openagent · 68 tokens

pre-publish-review

Nuclear-grade 12-agent pre-publish release gate. Runs /get-unpublished-changes to detect all changes since last npm release, spawns up to 10 ultrabrain agents for deep per-change analysis, invokes /review-work (orchestrator manual QA plus one gate reviewer) for holistic review, and 1 oracle for overall release…

code-yeongyu/oh-my-openagent · 161 tokens

get-unpublished-changes

Compare HEAD with the latest published npm versions and list all unpublished changes by release layer. Triggers: unpublished changes, changelog, what changed, whats new.

code-yeongyu/oh-my-openagent · 38 tokens

suede-play-release

Suede Labs Google Play delivery skill: ship an Android release end to end from the agent interface, without opening the Play Console. Set up credentials, upload an AAB, promote between tracks, stage or complete a rollout, push per-locale release notes, and prove against the Play Developer API what is actually live.…

JasonColapietro/suede-creator-skills · 200 tokens

git-workflow

Guided git workflows: prepare PRs, clean up branches, resolve merge conflicts, handle monorepo tags, squash-and-merge patterns. Use when asked to prepare a PR, clean branches, resolve conflicts, or tag a release.

jezweb/claude-skills · 52 tokens

github-release

Prepare and publish GitHub releases. Sanitizes code for public release (secrets scan, personal artifacts, LICENSE/README validation), creates version tags, and publishes via gh CLI. Trigger with 'release', 'publish', 'open source', 'prepare for release', 'create release', or 'github release'.

jezweb/claude-skills · 65 tokens