ワンクリックで
local-changes
Show and explain all uncommitted changes with a clear diff summary
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show and explain all uncommitted changes with a clear diff summary
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | local-changes |
| description | Show and explain all uncommitted changes with a clear diff summary |
| allowed-tools | Bash(git:*) |
Analyze and explain all uncommitted changes in the repository:
Get the current state:
git status --short
git diff --stat
git diff --cached --stat
Show the full diff (staged and unstaged):
git diff
git diff --cached
Provide a succinct summary:
Format the output clearly:
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