git-pushing

Stage, commit, and push git changes with conventional commit messages.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill git-pushing-jokken79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pushing
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/git-pushing
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill git-pushing-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Stage, commit, and push git changes efficiently by automating the workflow with conventional commit messages.

Core Features & Use Cases

  • Enforces conventional commits and automates staging, committing, and pushing to the remote.
  • Works across multiple devices with session awareness and streamlined push to the current branch.
  • Use case: you finished a feature on one device and want to push it to GitHub without manual git commands.

Quick Start

Run the smart_commit.sh script to stage all changes, commit with a conventional message, and push to the current branch.

Frequently Asked Questions about git-pushing

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

FAQPage Schema
How do I automate git add, commit, and push with conventional commit messages?

You can automate the git add, commit, and push workflow by running a script that stages all changes, generates a conventional commit message, and pushes to the current remote branch with upstream tracking.

What is the best way to push local git changes to a remote repository without manual commands?

The best way to push local git changes without manual commands is using an automated workflow script that handles staging, conventional commit formatting, and pushing to the configured remote branch in one action.

Can I use an automated git commit and push workflow across multiple devices?

Yes, the automated git commit and push workflow supports multi-device sessions with session awareness, allowing you to streamline pushing changes to the current branch from different devices.

Does the automated git push workflow require setting up upstream tracking manually?

No, the automated git push workflow handles upstream setting internally during the push operation, ensuring your local commits are saved to the configured remote branch without manual upstream configuration.

How do conventional commits work with automated git staging and pushing?

Conventional commits work with automated git staging by enforcing a standardized commit message format when the script stages your changes, ensuring consistent version-control history before pushing to the remote.