Get Pull Request Comments

Get the review comments on a pull request

xiaobai1017 Updated

File contents

get_pull_request_comments

Get the review comments on a pull request

Purpose

This skill provides access to the MCP tool get_pull_request_comments. It allows you to get the review comments on a pull request.

Parameters

The tool accepts the following parameters:

owner

Required

  • Type: string
  • Description: Repository owner (username or organization)

repo

Required

  • Type: string
  • Description: Repository name

pull_number

Required

  • Type: number
  • Description: Pull request number

Usage Instructions

To use this tool:

  1. Prepare the parameters according to the schema above
  2. Invoke the MCP tool get_pull_request_comments with the prepared parameters
  3. Process the result returned by the tool

Example

{
  "owner": "example_value",
  "repo": "example_value",
  "pull_number": 123
}

Notes

  • This skill requires an active MCP connection to the server providing the get_pull_request_comments tool
  • Ensure the MCP server is properly configured and running before attempting to use this tool
  • Review the parameter requirements carefully to avoid errors

xiaobai1017/mcp2skills/tree/main/skills-github/get_pull_request_comments commit 8260b59ab3

Frequently asked questions

npx skillmds@latest add xiaobai1017/get-pull-request-comments