add_issue_comment
Add a comment to an existing issue
Purpose
This skill provides access to the MCP tool add_issue_comment. It allows you to add a comment to an existing issue.
Parameters
The tool accepts the following parameters:
owner
Required
- Type:
string - Description: No description provided
repo
Required
- Type:
string - Description: No description provided
issue_number
Required
- Type:
number - Description: No description provided
body
Required
- Type:
string - Description: No description provided
Usage Instructions
To use this tool:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
add_issue_commentwith the prepared parameters - Process the result returned by the tool
Example
{
"owner": "example_value",
"repo": "example_value",
"issue_number": 123,
"body": "example_value"
}
Notes
- This skill requires an active MCP connection to the server providing the
add_issue_commenttool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors