ワンクリックで
slabbed-git-savepoint-and-push
Build-gated savepoint commit with optional tag and push, enforcing Slabbed guardrails.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build-gated savepoint commit with optional tag and push, enforcing Slabbed guardrails.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Disable or remove all temporary debug instrumentation (debug mixins, debug helpers, and log spam) and verify a clean production run.
Run the minimum production sanity checks before tagging a release or milestone.
Temporarily enable or disable debug mixins via mixin config selection without touching production mixin lists.
Verify strict visual alignment for offset-rendered blocks (model + outline) on slab tops and slab undersides.
Add hanging/ceiling attachment support for blocks under top slabs, using SlabSupport.isCeilingSupportSurface as the single source of truth.
Review code changes for bugs, security issues, and improvements.
| name | slabbed-git-savepoint-and-push |
| description | Build-gated savepoint commit with optional tag and push, enforcing Slabbed guardrails. |
git status shows only intended files for this slice (one change per commit)../gradlew exists; on Windows use ./gradlew or PowerShell form ./gradlew as appropriate../gradlew clean build -x test passes.debug/* branch.git status to confirm only intended files are modified../gradlew clean build -x test from repo root.debug/*.git status./gradlew clean build -x testgit add <files>git commit -m "<message>"git tag <tag>git push (and git push --tags if tagged)