ln-001-push-all

Featured

Commits and pushes all changes (staged, unstaged, untracked) to remote. Use when you need a quick push of everything at once.

AI & Automation 476 stars 67 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Push All (Standalone Utility) **Type:** Standalone Utility **Category:** 0XX Shared Commits and pushes ALL current changes (staged, unstaged, untracked) to the remote repository in a single operation. --- ## When to Use This Skill - Quick push of all accumulated changes without manual staging - End-of-session commit when all changes are ready - Any situation where `git add -A && git commit && git push` is the intent --- ## Workflow ``` Analyze → Doc Check → CHANGELOG → Lint Check → Stage → Commit → Push → Report ``` ### Phase 1: Analyze Changes 1. Run `git diff --stat` and `git status` to understand ALL changes (staged, unstaged, untracked) 2. Identify what was changed and why ### Phase 2: Documentation Check Check if related documentation needs updating: | Change Type | Action | |-------------|--------| | Code behavior changed | Update affected docs, comments, examples | | New files/folders added | Update relevant index or list sections | | Config files changed | Check README or setup docs | | No doc impact | Skip | **Skip:** Version bumps (version fields in SKILL.md, README badge) — those are done only on explicit user request. ### ...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category