ln-003-push-all

Commit and push all local changes to the remote repository.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-003-push-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-003-push-all
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-003-push-all
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-003-push-all

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Core Features & Use Cases

  • Comprehensive Commit: Ensures all modifications are captured in a single commit.
  • Streamlined Workflow: Reduces the manual steps required to sync local work with the remote.
  • Use Case: After a long coding session with multiple small changes and new files, use this Skill to quickly push everything to your remote repository without manually staging each item.

Quick Start

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

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 local changes to a remote git repository at once?

To commit and push all local changes to a remote git repository, this Skill captures staged, unstaged, and untracked files in a single commit and syncs them to the remote repository automatically. It streamlines the workflow by reducing manual staging steps.

What is the best way to sync untracked and unstaged files without staging them manually?

The best way to sync untracked and unstaged files without manual staging is using an automated commit and push process that comprehensively captures all local modifications and transfers them directly to the remote repository.

Do I need git command-line tools configured to push all changes to remote?

Yes, you need git command-line tools available and configured for the target repository to push all changes to remote. This Skill relies on the local git environment to execute the commit and synchronization operations.

Can I use this to push all code changes after a long development session?

Yes, you can use this to push all code changes after a long development session. It is specifically designed to quickly sync multiple small modifications and new files to your remote repository without manual intervention.

Does committing all changes automatically include untracked files in the repository?

Committing all changes automatically includes untracked files in the repository. The Skill ensures that every modification, whether staged, unstaged, or newly untracked, is captured in a single comprehensive commit before pushing.

Why should I use a comprehensive commit instead of manually staging files before a push?

You should use a comprehensive commit instead of manually staging files to streamline your version control workflow. It reduces the manual steps required to sync local development work, ensuring rapid synchronization with the remote repository.