# Commit Push Deploy

> Commit relevant changes, push to remote, and deploy the site. Use when finished with changes and ready to ship.

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

---


# Commit, Push, and Deploy

## Steps

1. Run `git status` and `git diff` to understand what changed
2. Stage only the relevant files for the current work (avoid unrelated changes)
3. Draft a clear commit message summarizing the changes
4. Ask the user to confirm the commit message before proceeding
5. Create the commit
6. Run `git push` to push to remote
7. Run the /deploy skill to build and deploy the site

