From create-github-issues-feature-from-implementation-plan
Creates GitHub Issues from implementation plan phases using feature_request or chore_request templates, one issue per phase with structured titles and descriptions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/create-github-issues-feature-from-implementation-plan:create-github-issues-feature-from-implementation-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create GitHub Issues for the implementation plan at `${file}`.
Create GitHub Issues for the implementation plan at ${file}.
search_issuescreate_issue or update existing with update_issuefeature_request.yml or chore_request.yml templates (fallback to default)2plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub simplycubed/skills --plugin create-github-issues-feature-from-implementation-planGenerates structured GitHub Issues with title, body, and plan sections. Uses gh CLI and integrates with /challenge, /research, /think artifacts.
Creates GitHub issues from conversation context with structured formatting, tag selection, and prefix logic (plan, bug, feature).
Creates structured GitHub issues with implementation plans from task descriptions by analyzing docs, designs, and code. Updates existing issues by number using gh CLI.