blame-why
git blame tells you who and when. blame-why tells you why.
A CLI tool that enriches git blame output with the linked pull request, issue description, and review comments — all inline in your terminal.
• PR context — title, description, author, and merge date
• Linked issues — auto-parsed from closing keywords
• Review comments — inline discussion that shaped the code
• JSON output for scripting and editor integrations
Built with TypeScript. Available on npm.
View on GitHub