name: commit-push-deploy description: Commit relevant changes, push to remote, and deploy the site. Use when finished with changes and ready to ship.
Commit, Push, and Deploy
Steps
- Run
git statusandgit diffto understand what changed - Stage only the relevant files for the current work (avoid unrelated changes)
- Draft a clear commit message summarizing the changes
- Ask the user to confirm the commit message before proceeding
- Create the commit
- Run
git pushto push to remote - Run the /deploy skill to build and deploy the site