From create-github-issue-feature-from-specification
Creates GitHub issues for feature requests from specification files. Analyzes specs, checks existing issues, and creates or updates issues using templates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/create-github-issue-feature-from-specification:create-github-issue-feature-from-specificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create GitHub Issue for the specification at `${file}`.
Create GitHub Issue for the specification at ${file}.
search_issuescreate_issue or update existing with update_issuefeature_request.yml template (fallback to default)2plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub simplycubed/skills --plugin create-github-issue-feature-from-specificationCreates GitHub Issues for unimplemented requirements from specification files, checking codebase implementation and existing issues to avoid duplicates.
Creates GitHub Issues from implementation plan phases using feature_request or chore_request templates, one issue per phase with structured titles and descriptions.
Creates well-structured GitHub issues using gh CLI, with templates for bugs, features, and chores. Includes title format guidance and acceptance criteria.