# Land

> Post-merge sanity check. Verifies branch, HEAD sha, that local matches remote, and that the working tree is clean. dragoon does NOT trigger deploys (platform-specific creds out of scope). Use right before a deploy step in CI or before manual prod pushes. Exits non-zero if any check fails. Run as `node ~/.claude/skills/dragoon/skills/land/scripts/land.js`.

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

---


# /land

Pre-deploy sanity check. Use right before pushing to production.

## When to use

- Before a manual deploy
- As a CI step before invoking the platform's deploy command
- The user says "ready to ship", "deploy this", "go to prod"

## Checks

- branch and HEAD reported
- local matches remote (no unpushed/unpulled commits)
- working tree clean (no uncommitted changes)

## Run it

```
dragoon land
dragoon land --json   # for CI
```

