# land-and-deploy

> Claude/Codex skill by [@garrytan](https://omgskills.com/library/garrytan/index.md) · 128k stars · Updated 2026-08-15

Land and deploy workflow. (gstack)

## Install

```sh
git clone https://github.com/garrytan/gstack /tmp/gstack && ln -s /tmp/gstack/land-and-deploy ~/.claude/skills/land-and-deploy
```

## From README

When to invoke this skill Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production". Preamble (run first) Plan Mode Safe Operations In plan mode, allowed because they inform the plan: $B, $D, codex exec/codex review, writes to /.gstack/, writes to the plan file, and open for generated artifacts. Skill Invocation During Plan Mode If the user invokes a skill in plan mode, the skill takes precedence over generic plan mode behavior. Treat the skill file as executable instructions, not reference. Follow it step by step starting from Step 0; any AskUserQuestion the skill fires is the workflow operating within plan mode, not a violation of it — and a skill whose instructions resolve a question themselves (e.g. a plan-mode auto-select) may legitimately not ask it.

## Links

- HTML page: https://omgskills.com/skills/garrytan/gstack/land-and-deploy/
- GitHub: https://github.com/garrytan/gstack
- Author: [@garrytan](https://omgskills.com/library/garrytan/index.md)

## More from this repo

- [autoplan](https://omgskills.com/skills/garrytan/gstack/autoplan/index.md) — Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with...
   - [@garrytan](https://omgskills.com/library/garrytan/index.md) · 128k stars
- [benchmark](https://omgskills.com/skills/garrytan/gstack/benchmark/index.md) — Performance regression detection using the browse daemon.
   - [@garrytan](https://omgskills.com/library/garrytan/index.md) · 128k stars
- [browse](https://omgskills.com/skills/garrytan/gstack/browse/index.md) — Fast headless browser for QA testing and site dogfooding.
   - [@garrytan](https://omgskills.com/library/garrytan/index.md) · 128k stars
