git-pushing-fast

Installation
SKILL.md

Git Pushing Fast

Overview

Commit and push the current repository's local changes on the current branch with a fast, safe single-branch workflow.

The default output is one focused Conventional Commit plus a push to the tracked remote branch. For non-trivial changes, write a segmented commit body so reviewers can quickly see what changed by topic.

This workflow handles ordinary single-branch handoff requests such as saving current work to the remote, without branch merging, history rewriting, or PR creation.

When to Use

Use this skill when the user asks to:

  • Commit and push the current work
  • Push this, save to remote, or finish a normal single-branch handoff
  • Create one Conventional Commit from staged and unstaged changes
  • Include a readable commit body that groups changes by feature area, UI area, tests, docs, or validation

Do Not Use

Installs
10
GitHub Stars
12
First Seen
Jun 14, 2026
git-pushing-fast — yangsonhung/awesome-agent-skills