Create Github Issues Feature From Implementation Plan
Official github skill covering creation, GitHub, planning 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-issues-feature-from-implementation-plan npx -- -y @trustedskills/create-github-issues-feature-from-implementation-plan
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-github-issues-feature-from-implementation-plan": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-github-issues-feature-from-implementation-plan"
]
}
}
}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 an implementation plan. It parses structured input, such as a feature specification or task breakdown, and generates corresponding GitHub issues with titles, descriptions, labels, and assignees where applicable.
When to use it
- You need to break down a large project into individual tasks for a team to work on.
- You want to streamline the process of creating multiple GitHub issues from a detailed feature plan.
- Your workflow involves generating consistent issue templates based on predefined formats or specifications.
Key capabilities
- Parses structured implementation plans (e.g., markdown, JSON, or plain text).
- Creates GitHub issues with customizable fields like title, description, labels, and assignees.
- Supports batch creation of multiple issues at once.
Example prompts
- "Create GitHub issues for the 'User authentication' feature based on this plan: [provide details]."
- "Generate a set of GitHub issues from this task list using the default template."
- "Make GitHub issues with labels and assignees according to this implementation plan."
Tips & gotchas
- Ensure your implementation plan is well-structured for accurate parsing.
- This skill may require access to a GitHub API token for issue creation, so configure authentication properly.
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.