Create Github Issue Feature From Specification
Official github skill covering creation, GitHub for agent 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-feature-from-specification npx -- -y @trustedskills/create-github-issue-feature-from-specification
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-github-issue-feature-from-specification": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-github-issue-feature-from-specification"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of GitHub issues based on a provided specification or description. It parses user input to extract relevant details such as title, body, labels, and assignees, then generates a properly formatted issue in a specified repository.
When to use it
- You need to quickly create multiple GitHub issues from a list of feature requests or bug reports.
- You want to streamline the process of logging new features by reducing manual input.
- Your team uses standardized templates for issue creation and wants to enforce consistency across all issues.
Key capabilities
- Parses structured or unstructured text into GitHub issue fields (title, body, labels).
- Supports custom templates for consistent formatting.
- Integrates with GitHub repositories via API or CLI tools.
- Allows assignment of issues to specific users or teams.
Example prompts
- "Create a GitHub issue titled 'Add dark mode' in the main repository with the label 'feature' and assign it to @design-team."
- "Generate an issue from this spec: 'Fix login error on iOS when using Safari. Steps to reproduce: ...'"
- "Use the template 'bug-report.md' to create a new GitHub issue based on this description."
Tips & gotchas
- Ensure you have write access to the target repository for successful issue creation.
- Custom templates must be pre-configured in your GitHub settings or provided explicitly with each request.
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 |
🏢 Official
Published by the company or team that built the technology.