General

push - Claude MCP Skill

Commit and push changes to remote repository in one workflow

SEO Guide: Enhance your AI agent with the push tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to commit and push changes to remote repository in one workflow... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 10 forks
📥0 downloads

Documentation

SKILL.md
# Prompt Command

When this command is used, check if any required information is missing. If so, ask the user to provide it. Otherwise, proceed with the request.

---

# Push Changes

You are about to commit and push file changes to the remote repository.

You have two options:
1.  **Push Staged Changes**: Commits only the files you have added to the staging area (`git add`), then pushes. This is for precise commits. I will run `git commit` then `git push`.
2.  **Push All Changes**: Stages all tracked and new files (`git add -A`), commits them, then pushes. This is to commit and push all your work at once. I will run `git add -A`, then `git commit`, then `git push`.

If the user provided `all` as an argument, perform **Push All Changes**.
Otherwise, ask the user to choose between "staged" and "all".

Once the push type is determined, delegate to the git expert:

Act as @agents/dev/git-expert.md and handle this commit and push operation following all project conventions.

---
all: [Optional: Include "all" to stage all changes before committing and pushing]

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
appboypov/pew-pew-plaza-packs
Author
appboypov
Last Sync
3/13/2026
Repo Updated
3/4/2026
Created
1/16/2026

Reviews (0)

No reviews yet. Be the first to review this skill!