Blame Why
Description
--- description: Explain why a specific line of code exists — git blame + commit context argument-hint: <file>:<line> (e.g. src/auth.ts:42) --- Explain why the code at $ARGUMENTS exists. Steps: 1. Parse the argument as `<file>:<line>`. If it's not in that form, ask the user for a file and line. 2. Run `git blame -L <line>,<line> <file>` to find the commit that last touched that line. 3. Run `git show <sha>` to get the commit message and the surrounding change. 4. Read the code around the line
Installation
Installs to ~/.claude/commands/utsabpanta-claude-code-toolkit-blame-why.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/utsabpanta/claude-code-toolkit/HEAD/.claude/commands/blame-why.md -o ~/.claude/commands/utsabpanta-claude-code-toolkit-blame-why.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git