summarize_pr
Summarize a pull request by generating a comprehensive overview including title, description, state, author, branches, changed files, comments, and line changes.
Instructions
Return a comprehensive summary of a pull request: title, description, state, author, base/head branches, list of changed files with line deltas, all conversation comments, and aggregate addition / deletion counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name. | |
| owner | Yes | Repository owner. | |
| pr_number | Yes | Pull request number. |