CO

commit-push-deploy

Automates the standard git workflow of staging, committing, pushing, and triggering a deployment.

Install

mkdir -p .claude/skills/commit-push-deploy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/8731" && unzip -o skill.zip -d .claude/skills/commit-push-deploy && rm skill.zip

Installs to .claude/skills/commit-push-deploy

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Commit relevant changes, push to remote, and deploy the site. Use when finished with changes and ready to ship.
111 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Stage relevant changes
  • Draft commit messages
  • Push to remote repository
  • Execute deployment command

How it works

Sequentially stages changes, prompts for a commit message, pushes to remote, and triggers the deployment skill.

Inputs & outputs

You give it
Uncommitted changes
You get back
Deployed site update

When to use commit-push-deploy

  • Deploy latest site changes
  • Commit and push current work
  • Automate deployment after git changes

About this skill

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

When not to use it

  • When changes are not ready for production
  • When deployment requires manual intervention

Prerequisites

Git repositoryDeployment skill (/deploy)

Limitations

  • Requires /deploy skill to be available

How it compares

Automates the end-to-end shipping process instead of manual git and deploy commands.

Compared to similar skills

commit-push-deploy side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
commit-push-deploy (this skill)07moNo flagsBeginner
github-release-management46moReviewAdvanced
agent-release-swarm16moReviewAdvanced
magerun-release15moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry