push

Commit staged changes and push to a remote Git repository.

10|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/alexanderop/dotfiles --skill push-alexanderop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push
Source: https://github.com/alexanderop/dotfiles/tree/main/claude/skills/push
Command: npx skills add https://github.com/alexanderop/dotfiles --skill push-alexanderop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Commit staged changes and push to a remote Git repository, enabling faster, error-reduced collaboration.

Core Features & Use Cases

  • Conventional-commit guided messaging for clear history.
  • Staging-aware validation and push orchestration via Bash Git commands.
  • Suitable for daily feature development, bug fixes, and team workflows.

Quick Start

Commit staged changes and push to remote.

Frequently Asked Questions about push

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

FAQPage Schema
How do I commit staged changes and push to a remote Git repository?

To commit staged changes and push to a remote Git repository, this Skill automates the entire workflow using Bash Git commands. It inspects your staged diff, generates a conventional-commit message, and orchestrates the push to your remote branch.

What is conventional-commit guided messaging for Git workflows?

Conventional-commit guided messaging provides standardized structure for your Git commit history. This Skill automatically inspects staged changes and generates compliant commit messages, ensuring clear, readable logs for collaborative feature development.

Can I use this for daily Git workflows on feature branches and bug fixes?

Yes, this Skill is specifically suitable for daily Git workflows on feature branches and bug fixes. It handles staging-aware validation and push orchestration, streamlining collaborative team pushes without manual Bash command errors.

Does it inspect the staged diff before pushing to the remote?

Yes, it performs staging-aware validation by inspecting the Git diff before pushing to the remote repository. This ensures only verified staged changes are committed and pushed, reducing errors in your collaborative workflow.

What is the best way to automate pushing Git commits with conventional-commit formats?

The best way to automate pushing Git commits with conventional-commit formats is using a workflow Skill like this. It combines Bash Git commands with staging-aware diff inspection to orchestrate commits and remote pushes efficiently.