commit-push

Stage, commit, and push changes with gitmoji-style messages.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/nunomen/claude-skills --skill commit-push-nunomen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-push
Source: https://github.com/nunomen/claude-skills/tree/main/commit-push
Command: npx skills add https://github.com/nunomen/claude-skills --skill commit-push-nunomen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of staging, committing, and pushing changes with a consistent gitmoji-style commit message, reducing manual overhead and ensuring uniform history across a repository.

Core Features & Use Cases

  • Stage all changes: git add -A
  • Create a gitmoji-formatted commit message following the standard syntax
  • Push to the current branch and report results, including the commit hash and remote status
  • Use case: when finishing a task, a developer wants to save work with a standardized message and synchronize with the remote

Quick Start

Use the commit-push skill to stage, commit, and push your latest changes with a gitmoji-style message.

Frequently Asked Questions about commit-push

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git commit and push with gitmoji-style messages?

To automate git commit and push with gitmoji-style messages, you can use a workflow tool that stages all changes, creates a standardized commit, and pushes to the remote branch while reporting the commit hash.

What is gitmoji formatting for git commit history?

Gitmoji formatting for git commit history is a standardized syntax using emojis to represent different types of commits, ensuring a consistent and readable log across collaborative workflows.

How do I stage, commit, and push local feature development changes at once?

To stage, commit, and push local feature development changes at once, run a combined git workflow command that executes git add -A, formats a commit message, and pushes to the current branch.

Does this git workflow require any external dependencies or components?

This git workflow requires no external dependencies or components, relying solely on standard git commands to stage, commit, and push changes to your repository.

Why use gitmoji commit messages in version control workflows?

Using gitmoji commit messages in version control workflows enforces uniform history and reduces manual overhead by standardizing commit syntax across local feature development and bugfix work.

What output do I get after pushing changes with an automated git workflow?

After pushing changes with an automated git workflow, you receive a report containing the short commit hash, the current branch name, and the remote URL status.