get_commit_details
Retrieve a GitHub commit's message, author, stats, and changed files with diff snippets by providing the commit SHA and optional repository details.
Instructions
Inspect a specific GitHub commit's message, author, stats, and modified files with diff snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Commit SHA | |
| repo | No | GitHub repo name | |
| owner | No | GitHub owner/org |