auto-push

Coordinate git push operations from local repositories to GitHub.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/iia-arg/claudeclaw --skill auto-push-iia-arg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-push
Source: https://github.com/iia-arg/claudeclaw/tree/main/skills/auto-push
Command: npx skills add https://github.com/iia-arg/claudeclaw --skill auto-push-iia-arg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of pushing committed work from local git repositories to remote GitHub repositories on demand, ensuring code updates are easily synchronized without manual intervention.

Core Features & Use Cases

  • Controlled Push Operations: Push local commits to GitHub only when explicitly requested, avoiding auto-commits.
  • Repository Management: Handle multiple repositories, providing concise status reports and ensuring safe, rule-based updates.
  • Use Case: When a developer finalizes feature work locally, they command the AI to push changes, which triggers the system to perform the push safely with status feedback.

Quick Start

Ask the system to push your current changes to GitHub for the selected project, ensuring your code is up-to-date in the remote repository.

Frequently Asked Questions about auto-push

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

FAQPage Schema
How do I push local commits to a GitHub repository on demand?

To push local commits to a GitHub repository on demand, this Skill coordinates git push operations safely without auto-committing, providing status updates and handling errors effectively during synchronization.

Can I synchronize multiple local git repositories with GitHub at once?

Yes, you can synchronize multiple local git repositories with GitHub. The Skill manages multiple repositories by providing concise status reports and ensuring safe, rule-based updates for each project.

Does this git push tool automatically commit my code changes?

No, this git push tool does not automatically commit code changes. It performs controlled push operations to GitHub only when explicitly requested, ensuring your local commits are synchronized safely without auto-commits.

What is the best way to safely synchronize local git repositories with GitHub?

The best way to safely synchronize local git repositories with GitHub is using a controlled push operation that manages updates based on predefined rules, provides status reports, and handles synchronization errors effectively.

How does error handling work when pushing committed work to GitHub?

Error handling during a git push to GitHub is managed effectively by the system. It coordinates the synchronization process in a controlled manner and provides status updates to report any issues encountered during the push operation.