ln-001-push-all
Installation
SKILL.md
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
MANDATORY READ: Load references/git_scope_detection.md — compact git output flags (--porcelain, --oneline -N, --stat first) and pipefail rules.
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 pushis the intent