# Deploy

> Deploy the project to production. Only user-invocable — never auto-trigger.

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

---


## Deploy Checklist

1. Run full test suite
2. Build the application
3. `git push`
4. `gh release create v<version> --generate-notes`
5. Verify deployment status

$ARGUMENTS

## Args
- `$0` or `$version`: specific version tag (e.g. `v1.2.3`)

