# Release Gate Batching

> Batch focused and full coding gates in a repeatable order before commit.

- Skill: `idanmann10/release-gate-batching` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add idanmann10/release-gate-batching`
- Raw SKILL.md: https://api.skillmd.com/api/skills/idanmann10/release-gate-batching/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: idanmann10 (https://skillmd.com/u/idanmann10)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/idanmann10/release-gate-batching

---


# Release Gate Batching

Use focused tests to prove the slice, then full gates to prove the repository.

## Steps

1. Run the smallest focused command after implementation.
2. Run lint, typecheck, tests, and build.
3. Commit only after the full gate output is read.

# Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

