# Deploy

> Prepare deployment artifacts and verify CI/CD readiness

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

---

Prepare the project for deployment.

If $ARGUMENTS is provided, focus on that specific deployment target or environment.

Steps:
1. Verify the build succeeds with no errors
2. Check CI/CD pipeline configuration is valid
3. Validate environment variables and secrets are documented
4. Review Dockerfile or deployment configs if present
5. Generate a deployment checklist with any missing items

