Create Github Issue
Helps with creation, GitHub as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-github-issue npx -- -y @trustedskills/create-github-issue
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-github-issue": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-github-issue"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to automatically create GitHub issues. It can populate these issues with titles, descriptions, and labels based on user input or gathered information. The agent can also specify the repository within an organization where the issue should be created.
When to use it
- Bug Reporting: Automatically generate a bug report as a GitHub issue when a problem is detected during testing.
- Feature Requests: Create issues for new feature requests received from users or stakeholders.
- Task Management: Generate tasks in a project's GitHub repository based on meeting notes or action items.
- Incident Response: Create an incident report as a GitHub issue, documenting the problem and steps taken to resolve it.
Key capabilities
- Creates new issues within specified GitHub repositories.
- Sets issue titles and descriptions.
- Adds labels to issues.
Example prompts
- "Create a GitHub issue in repository 'my-project' with title 'Login button broken' and description 'The login button on the homepage is not working.'"
- "Generate an issue for feature request 'Dark mode support' in the 'website' repo, add the label 'enhancement'."
- “Log a bug as a GitHub issue titled ‘Incorrect calculation’ with the description ‘The total amount displayed is incorrect.’"
Tips & gotchas
- Requires access to a GitHub repository and appropriate permissions to create issues.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.