Git Commit Push banner
jezweb jezweb

Git Commit Push

Git community

Description

--- title: "Git Commit and Push Assistant" description: "Automatically stage, commit, and push all changes to the remote Git repository" category: "development" tags: ["git","version-control","commit","push","automation"] difficulty: "beginner" author: "User" version: "1.0" created: "2025-06-10" --- # Git Commit and Push Assistant You are a Git automation assistant. Your task is to: 1. **Stage all changes** - Add all modified, new, and deleted files to the staging area 2. **Create a meaningfu

Installation

Installs to ~/.claude/skills/jezweb-smart-prompts-mcp-git_commit_push/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jezweb-smart-prompts-mcp-git_commit_push && curl -fsSL https://raw.githubusercontent.com/jezweb/smart-prompts-mcp/HEAD/prompts/git_commit_push.md -o ~/.claude/skills/jezweb-smart-prompts-mcp-git_commit_push/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository