원클릭으로
slabbed-release-sanity-check
Run the minimum production sanity checks before tagging a release or milestone.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the minimum production sanity checks before tagging a release or milestone.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | slabbed-release-sanity-check |
| description | Run the minimum production sanity checks before tagging a release or milestone. |
Catch the common “oops” issues before a tag or release: mixin errors, debug enabled, visual regression.
Clean build gate
Client smoke test
Repro world quick sweep (3 lanes)
Minimum placement checks
Update cascade checks
Output report
Disable or remove all temporary debug instrumentation (debug mixins, debug helpers, and log spam) and verify a clean production run.
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.
Build-gated savepoint commit with optional tag and push, enforcing Slabbed guardrails.
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.