ln-001-push-all
SolidCommits and pushes all changes (staged, unstaged, untracked) to remote. Use when you need a quick push of everything at once.
AI & Automation 488 stars
70 forks Updated yesterday MIT
Install
Quality Score: 97/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- yesterday
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
push-all
Stage all changes, create commit, and push to remote (use with caution)
72 Updated 2 weeks ago
majiayu000 AI & Automation Solid
push-all
Stage all changes, create commit, and push to remote (use with caution)
154 Updated 1 weeks ago
majiayu000 Code & Development Featured
git-pushing
Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes ("push this", "commit and push"), mentions saving work to remote ("save to github", "push to remote"), or completes a feature and wants to share it.
40,440 Updated today
sickn33