Issue Create
Automatically generates well-formatted bug reports with context from conversations and system data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add issue-create npx -- -y @trustedskills/issue-create
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"issue-create": {
"command": "npx",
"args": [
"-y",
"@trustedskills/issue-create"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to programmatically create new issues within a repository management system. It automates the workflow of logging bugs, feature requests, or tasks directly into the project's issue tracker without manual intervention.
When to use it
- Automatically generating bug reports when an automated test suite fails.
- Creating task cards for developers based on user feedback collected from a chat interface.
- Initiating security vulnerability reports upon detecting suspicious code patterns.
- Logging recurring maintenance tasks identified during routine system health checks.
Key capabilities
- Instantly creates new issue entries in supported repositories.
- Captures detailed descriptions, titles, and priority levels for each log entry.
- Integrates seamlessly into existing CI/CD pipelines to trigger immediate responses.
Example prompts
- "Create a high-priority issue titled 'Login timeout error' describing the 503 response observed in the staging environment."
- "Log a new feature request for dark mode support based on the latest community feedback summary."
- "Generate an issue to track the migration of legacy database schemas scheduled for next quarter."
Tips & gotchas
Ensure your AI agent has the necessary write permissions configured for the target repository before attempting to create issues. Be specific in your descriptions to avoid vague tickets that require extensive clarification from human maintainers.
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.