reply_to_pr_comment
Add a reply to a specific comment thread on a pull request by providing the PR identifier, thread ID, and reply text.
Instructions
Reply to an existing comment thread.
Adds a reply to a specific thread on a PR.
Args: pr_url_or_id: A full PR URL or numeric PR ID. thread_id: Existing thread ID to reply to. comment_text: Reply body text. working_directory: Optional path for context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url_or_id | Yes | ||
| thread_id | Yes | ||
| comment_text | Yes | ||
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |