commit_story
Retrieve comprehensive commit context including message, file changes, associated pull request, and linked GitHub issues to understand why code changes were made.
Instructions
Given a commit hash, returns the full story: commit message, files changed, the pull request that landed it, the PR description, and all linked GitHub issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Full or short commit hash | |
| repo_path | No | Working directory / repo root (defaults to cwd) |