agentsclimarketplace

Roblox release operations

Skill AshExplained/roblox-skills/roblox-release-operations

34 Claude Code AI skills for Roblox game development: ideas, Luau architecture, gameplay systems, UX, economy, monetization, security, QA, publishing, and live ops.

Install
npx -y skills add AshExplained/roblox-skills --skill roblox-release-operations

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run Roblox release operations. Use for pre-publish checklists, smoke tests, release notes, staged rollout thinking, rollback plans, live issue response, release gates, version readiness, and post-release monitoring.

SKILL.md

1.5 KB, 271 tokens by cl100k_base, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.