πŸš€
DevOpsHTML

Git Push Workflow

by mhattingpete

Git Push Workflow is a DevOps skill for Claude Code, published by mhattingpete in claude-skills-marketplace.

664 stars95 forkson mhattingpete/claude-skills-marketplaceAdded 2026/08/24+1% in starsRepository updated 2026/07/25
ai-agentsai-toolsanthropicautomationclaude-codeclaude-skillsdeveloper-toolspluginsproductivity
Install in seconds
Install Git Push Workflow
Copy Git Push Workflow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/git-pushing ~/.claude/skills/git-pushing

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mhattingpete/claude-skills-marketplace.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
engineering-workflow-plugin/skills/git-pushing/SKILL.md in mhattingpete/claude-skills-marketplace
Installs to
~/.claude/skills/git-pushing
Collection
One of 18 skills cataloged from this repository
Category
DevOps β€” 798 skills

What Git Push Workflow does

Git Push Workflow stages changes, creates a conventional commit, and pushes to the remote branch. Use it when you want to save work, commit changes, or push updates to a remote.

Git Push Workflow is cataloged under DevOps on DirSkills. Git Push Workflow comes from a repository tagged ai-agents, ai-tools, anthropic, automation and claude-code.

Documentation

README

Git Push Workflow

Stage all changes, create a conventional commit, and push to the remote branch.

When to Use

Automatically activate when the user:

  • Explicitly asks to push changes ("push this", "commit and push")
  • Mentions saving work to remote ("save to github", "push to remote")
  • Completes a feature and wants to share it
  • Says phrases like "let's push this up" or "commit these changes"

Workflow

ALWAYS use the script - do NOT use manual git commands:

bash skills/git-pushing/scripts/smart_commit.sh

With custom message:

bash skills/git-pushing/scripts/smart_commit.sh "feat: add feature"

Script handles: staging, conventional commit message, Claude footer, push with -u flag.

Frequently asked about Git Push Workflow

  • What else does mhattingpete publish alongside Git Push Workflow?

    Git Push Workflow is one of 18 skills that DirSkills catalogs from mhattingpete/claude-skills-marketplace, the repository it ships in. Its siblings there include Architecture Diagram Creator, Code Auditor and Code Execution. Each one is a separate skill with its own page in this directory, installs the same way Git Push Workflow does, and is maintained by mhattingpete in that same repository. The rest of the collection is listed on the mhattingpete/claude-skills-marketplace page.

  • How does Git Push Workflow compare to other DevOps skills?

    Git Push Workflow ranks #631 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Git Push Workflow against them. Open each page to compare what they document and how they install.

More from mhattingpete/claude-skills-marketplace

Git Push Workflow is one of 18 skills cataloged on DirSkills from mhattingpete/claude-skills-marketplace.

See all 18 skills β†’
🧩
1w ago

Architecture Diagram Creator

Architecture Diagram Creator builds HTML architecture diagrams that show business context, data flow, system layers, and deployment details. Use it for system documentation, technical specifications, or high-level project overviews.
Writing
66495
πŸ”
1w ago

Code Auditor

Code Auditor performs a structured review of architecture, code quality, security, performance, testing, and maintainability. Use it to audit a codebase for technical debt, vulnerabilities, and coverage gaps.
Quality
66495
🐍
1w ago

Code Execution

Code Execution runs Python locally with API access for bulk file operations, multi-step workflows, and iterative processing. Use it when tasks involve 10+ files or when faster processing and lower token use matter.
Automation
66495
πŸ› οΈ
1w ago

Code Refactor

Code Refactor performs bulk code changes across files, such as renaming identifiers, replacing patterns, and updating API calls. Use it when you need consistent refactoring across multiple locations.
Quality
66495
πŸ“¦
1w ago

Code Transfer

Code Transfer moves code between files with line-based precision. Use it to copy functions, extract classes, insert code at exact lines, or reorganize code into separate files.
Automation
66495
πŸ“š
1w ago

Codebase Documenter

Codebase Documenter generates documentation that explains a codebase’s architecture, components, data flow, and development setup. Use it to understand unfamiliar code, create onboarding docs, or produce developer-facing overviews.
Writing
66495