Push All.SKILL banner
majiayu000 majiayu000

Push All.SKILL

Git community

Description

--- name: push-all description: Use when the user explicitly asks to stage all current changes, create a commit, and push to the remote after safety checks. allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git push:*), Bash(git diff:*), Bash(git log:*), Bash(git pull:*) --- # Commit and Push Everything ⚠️ **CAUTION**: Stage ALL changes, commit, and push to remote. Use only when confident all changes belong together. ## Workflow ### 1. Analyze Changes Run in parall

Installation

Installs to ~/.claude/skills/majiayu000-claude-arsenal-push-all.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/majiayu000-claude-arsenal-push-all.skill && curl -fsSL https://raw.githubusercontent.com/majiayu000/claude-arsenal/HEAD/skills/push-all.SKILL.md -o ~/.claude/skills/majiayu000-claude-arsenal-push-all.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository