ln-003-push-all

Commit and push all staged, unstaged, and untracked changes to a remote Git repository.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-003-push-all-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-003-push-all
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-003-push-all
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-003-push-all-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of committing and pushing all local changes, including staged, unstaged, and untracked files, to the remote repository in one go.

Core Features & Use Cases

  • Comprehensive Staging: Stages all modifications across the entire repository.
  • Automated Commit & Push: Creates a commit with a standardized message and pushes it to the remote.
  • Use Case: Ideal for quickly saving all your work at the end of a session or when you're confident that all changes are ready to be shared without manual staging.

Quick Start

Use the ln-003-push-all skill to commit and push all current changes to the remote repository.

Frequently Asked Questions about ln-003-push-all

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

FAQPage Schema
How do I commit and push all unstaged and untracked changes in Git at once?

To commit and push all unstaged and untracked changes, this Skill stages all modifications across your repository, creates a commit with a standardized message, and pushes it to the remote branch in one automated action.

What is the best way to automate pushing all local modifications to a remote repository?

Automating pushing all local modifications to a remote repository requires a comprehensive staging process that captures all untracked and unstaged files, then commits and synchronizes them with the remote branch using Git version control.

Does this Git automation include a co-author tag and commit message conventions?

Yes, this Git automation includes a co-author tag and adheres to project-specific commit message conventions when creating the commit to ensure all synchronized local modifications follow standardized formatting.

Can I use this to quickly save all my work at the end of a session?

Yes, you can use this to quickly save all your work at the end of a session by staging all changes across the repository and pushing them to the remote repository without manual file staging.

When should I avoid using an automated command to push all Git changes?

You should avoid using an automated command to push all Git changes when you need selective staging or are not confident that all local modifications are ready to be shared, as this process commits and pushes everything indiscriminately.