git-commit-push

Installation
SKILL.md

Git Commit Push

Inspect the current repository changes, derive a concise commit subject that matches the repository convention, commit every current modification on the active branch, and push that branch to origin.

This skill is for execution, not just advice. When it triggers, actually run the git workflow unless the repository state makes that unsafe or impossible.

When To Use

  • The user asks you to commit the current changes, with or without asking for push
  • The user wants you to write the commit message from the diff instead of inventing one up front
  • The user mentions the repo's PR or commit naming convention and wants you to follow it
  • The user says things like "commit the current branch", "help me commit", "commit and push", "generate a commit message and push", or "send these changes to origin"

Core Behavior

Installs
2
Repository
gogf/gf
GitHub Stars
13.2K
First Seen
Jun 4, 2026
git-commit-push — gogf/gf