Release

Installation
SKILL.md

Release

Ship accumulated work on main for nonlooped/roblox-suite. Follow every phase in order. Do not skip validation. Do not force-push. Do not amend published history.

Hard rules

  1. Ask before irreversible steps. Confirm the version bump and the proposed commit plan with the user before creating commits, tags, or GitHub releases. Confirm again before git push.
  2. Never commit secrets, local AI caches, screenshots, or scratch files. Respect .gitignore.
  3. Never use --no-verify, --force on main, or git commit --amend on commits that may already be pushed.
  4. One logical change per commit. Prefer several focused conventional commits over one dump commit.
  5. Tag format is vX.Y.Z (leading v). Changelog headings are ## X.Y.Z — YYYY-MM-DD (no v).
  6. Release notes follow the existing GitHub Release format (see Phase 6). Match prior releases via gh release view.
  7. Stop on any failed check. Fix or abort; do not publish a broken tree.

Phase 0 — Preconditions

Run from the repo root.

Installs
6
GitHub Stars
12
First Seen
Jul 20, 2026
Release — nonlooped/roblox-suite