Create Issue
Automatically generate detailed bug reports and feature requests directly within your workflow from conversation context.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-issue npx -- -y @trustedskills/create-issue
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-issue": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-issue"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-issue skill allows an AI agent to automatically generate and submit issues to a specified GitHub repository. It can populate issue titles and bodies based on provided information, streamlining the process of bug reporting or feature requests. This skill is particularly useful for automating workflows that involve tracking problems or improvements in software projects.
When to use it
- Bug Reporting: Automatically create an issue when an error occurs during a testing phase.
- Feature Requests: Generate issues based on user feedback collected through surveys or other channels.
- Project Management: Create tasks and track progress by automatically generating issues for specific milestones.
- Incident Response: Quickly log incidents with relevant details, creating a GitHub issue to facilitate tracking and resolution.
Key capabilities
- Creates new issues in specified GitHub repositories.
- Populates issue titles based on provided input.
- Adds detailed descriptions (bodies) to the created issues.
Example prompts
- "Create an issue in repository 'my-org/my-repo' with title 'Login button unresponsive' and body 'The login button stopped working after the latest deployment.'"
- "Generate a new GitHub issue for feature request: 'Implement dark mode'."
- “Log this error as a Github issue, repository ‘test-org/test-repo’, title ‘Failed API call’ with body ‘Error message: 404 Not Found.’”
Tips & gotchas
- Ensure the AI agent has appropriate permissions (write access) to the target GitHub repository.
- The skill's accuracy depends on the quality of information provided in the prompt; vague prompts may result in less useful 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.