create-github-issue-feature-from-specification▌
github/awesome-copilot · updated Apr 8, 2026
Create GitHub issues from specification files using the feature_request.yml template.
- ›Analyzes specification files to extract requirements and automatically generates issue titles and descriptions
- ›Searches existing issues to prevent duplicates before creating new ones
- ›Supports both creating new issues and updating existing ones via the GitHub API
- ›Applies feature and enhancement labels automatically based on specification content
1e:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Create GitHub Issue from Specification</h1>\n<p>Create GitHub Issue for the specification at <code>${file}</code>.</p>\n<h2>Process</h2>\n<ol>\n<li>Analyze specification file to extract requirements</li>\n<li>Check existing issues using <code>search_issues</code></li>\n<li>Create new issue using <code>create_issue</code> or update existing with <code>update_issue</code></li>\n<li>Use <code>feature_request.yml</code> template (fallback to default)</li>\n</ol>\n<h2>Requirements</h2>\n<ul>\n<li>Single issue for the complete specification</li>\n<li>Clear title identifying the specification</li>\n<li>Include only changes required by the specification</li>\n<li>Verify against existing issues before creation</li>\n</ul>\n<h2>Issue Content</h2>\n<ul>\n<li>Title: Feature name from specification</li>\n<li>Description: Problem statement, proposed solution, and context</li>\n<li>Labels: feature, enhancement (as appropriate)</li>\n</ul>"}}]