원클릭으로
push-all
Stage, commit, and push all changes with a descriptive commit message, then summarize and show the diff
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Stage, commit, and push all changes with a descriptive commit message, then summarize and show the diff
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | push-all |
| description | Stage, commit, and push all changes with a descriptive commit message, then summarize and show the diff |
| allowed-tools | Bash(git:*) |
Push all changes following this exact workflow:
Check current status and get the diff:
git status
git diff
git diff --cached
Stage all changes:
git add -A
Analyze the changes and create a descriptive commit message:
Commit the changes:
git commit -m "<descriptive message>"
Push to the remote:
git push
git push -u origin <branch-name>Report the result to the user:
git show --stat and git show for the full diff)Use when the user asks to take on, work on, or pick up a Linear issue - fetches issue details and sets up an isolated git worktree before starting implementation
Work on LeetCode problems in the ~/leetcode directory
Start the clawdbot gateway and show status
Open a new tab in iTerm, optionally start Claude with instructions
A simple hello world skill that demonstrates basic skill creation
Navigate to ~/kraken directory, initialize claude, and show local changes