get_intent
Retrieve a commit's body, originating pull request, and linked issues to understand the rationale behind a code change.
Instructions
Commit body + the PR it came from (title, body, url) + linked issues (Fixes/Closes/Resolves #N).
Returns: {body: str, pr: {number, title, body, url} | null, linked_issues: [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| commit_hash | Yes |