Create Issue
Automatically creates GitHub issues based on provided text descriptions and project context from ruchernchong.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ruchernchong-create-issue npx -- -y @trustedskills/ruchernchong-create-issue
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ruchernchong-create-issue": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ruchernchong-create-issue"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, create-issue, automates the creation of issues in GitHub repositories. It can generate issue titles and bodies based on provided information, streamlining bug reporting or feature requests. The agent will create a new issue with the specified title and body content directly within your designated repository.
When to use it
- You need to report a bug in an open-source project but want to quickly draft an issue.
- A user submits feedback that requires creating a formal feature request on GitHub.
- Your team wants to standardize the process of submitting issues for internal projects.
- You're automating a workflow where specific events trigger the creation of new issues.
Key capabilities
- Creates issues in GitHub repositories.
- Generates issue titles and bodies.
Example prompts
- "Create an issue in repository 'my-org/my-repo' with title 'Bug: Login button not working' and body 'The login button on the homepage is unresponsive.'"
- "Generate a new feature request for 'my-org/my-repo', titled 'Implement dark mode' and describe it as 'Add an option to switch between light and dark themes'."
- “Create issue in ‘owner/repo’ with title ‘Documentation update needed’ and body ‘The installation instructions are out of date.’”
Tips & gotchas
- Ensure the AI agent has appropriate permissions (write access) to the target GitHub repository. Without this, the skill will fail.
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.