commit-push

Automate git commit and push workflows with strategic commit handling.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill commit-push-getty104
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-push
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/commit-push
Command: npx skills add https://github.com/getty104/claude-task-worker --skill commit-push-getty104

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of git commits and pushes, ensuring efficient and secure code versioning.

Core Features & Use Cases

  • Optimized Commit Strategies: Offers various commit strategies such as squash, rebase, and interactive rebase to optimize your commit history.
  • Branch Management: Handles default branch and feature branch workflows, ensuring that changes are pushed correctly without overwriting public histories.
  • Error Handling: Implements checks for conflicts and prompts necessary actions for resolving issues during push.

Quick Start

Commit and push your changes by executing 'commit-push run'.

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 workflows for feature branches?

You can automate your git commit and push workflow by executing a single run command, which handles feature branch changes and ensures safe pushes without overwriting public histories. It strategically manages commits and streamlines version control operations.

What is the best way to optimize git commit history before pushing code?

The best way to optimize git commit history before pushing is using squash, rebase, or interactive rebase strategies. These methods ensure a consistent and reliable code history by meticulously controlling version history changes prior to execution.

Can I use this git commit and push automation for hotfix workflows?

Yes, you can use this git commit and push automation for hotfix workflows. It is specifically applicable to coding scenarios that require meticulous control over version history, including feature branching and hotfix deployments.

How does this tool handle git push conflicts and errors?

It handles git push conflicts by implementing checks for conflicts and prompting necessary actions for resolving issues during the push operation. This ensures efficient and secure code versioning by preventing unsafe overwrites of public histories.

Do I need any external dependencies to automate my git pushes?

No external dependencies are required to automate your git pushes. The tool operates independently using standard git commands built into your environment to ensure consistent and reliable code history management.