analyze_pr_comments
Retrieves all comment threads from a pull request, categorizes them by status, and extracts author statistics for a structured overview.
Instructions
Analyze all comment threads on a PR.
Fetches threads, categorizes by status, and extracts author statistics for a structured overview.
Args: pr_url_or_id: A full PR URL or numeric PR ID. working_directory: Optional path for context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url_or_id | Yes | ||
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |