ln-003-push-all

Commit and push all local changes to the remote repository.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-003-push-all-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-003-push-all
Source: https://github.com/0xtaoist/taogate/tree/main/ln-003-push-all
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-003-push-all-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious process of pushing every local change to a remote repository by staging all modifications, committing, and pushing in one step.

Core Features & Use Cases

  • Automated full-change push: commits and pushes all changes (staged, unstaged, and untracked) to the remote repository.
  • End-to-end workflow automation: performs analysis, documentation checks, changelog updates, linting, and standardized commits before pushing.
  • Use Case: ideal when finalizing a feature or bug fix and you want a consistent, reproducible push across teams.

Quick Start

Run the Push All skill to push all local changes to the current branch in a single operation.

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 push all local changes including untracked files to a remote git repository at once?

To push all local changes at once, you can automate the git workflow by staging all modifications, committing, and pushing everything to the remote repository in a single operation.

Can I automate changelog updates and linting before committing my git workflow?

Yes, you can automate changelog updates and run linting checks before committing by using a pipeline that performs documentation checks and standardized commits prior to pushing your changes.

Does this automated git push approach work with unstaged and untracked files?

Yes, this automated git push approach works with unstaged and untracked files by automatically staging all local modifications before performing the commit and remote push operations.

What is the best way to ensure consistent commits across teams when finalizing a feature?

The best way to ensure consistent commits across teams when finalizing a feature is to use an automated end-to-end git workflow that performs analysis, linting, and standardized commits before pushing.

How does an automated git push workflow handle documentation checks?

An automated git push workflow handles documentation checks by running a multi-phase pipeline that performs analysis, updates changelogs, verifies documentation, and then stages and commits your changes.