create_issue
Create a new issue in a GitHub repository
Purpose
This skill provides access to the MCP tool create_issue. It allows you to create a new issue in a github repository.
Parameters
The tool accepts the following parameters:
owner
Required
- Type:
string - Description: No description provided
repo
Required
- Type:
string - Description: No description provided
title
Required
- Type:
string - Description: No description provided
body
Optional
- Type:
string - Description: No description provided
assignees
Optional
- Type:
array - Description: No description provided
milestone
Optional
- Type:
number - Description: No description provided
labels
Optional
- Type:
array - Description: No description provided
Usage Instructions
To use this tool:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
create_issuewith the prepared parameters - Process the result returned by the tool
Example
{
"owner": "example_value",
"repo": "example_value",
"title": "example_value",
"body": "example_value",
"assignees": {},
"milestone": 123,
"labels": {}
}
Notes
- This skill requires an active MCP connection to the server providing the
create_issuetool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors