create-github-issue-feature-from-specification
作者: github
使用feature_request.yml模板从规范文件创建GitHub问题。分析规范文件以提取需求,并自动生成问题标题和描述。在创建新问题前搜索现有问题以防止重复。支持通过GitHub API创建新问题和更新现有问题。根据规范内容自动应用feature和enhancement标签。
npx skills add https://github.com/github/awesome-copilot --skill create-github-issue-feature-from-specificationCreate GitHub Issue from Specification
Create GitHub Issue for the specification at ${file}.
Process
- Analyze specification file to extract requirements
- Check existing issues using
search_issues - Create new issue using
create_issueor update existing withupdate_issue - Use
feature_request.ymltemplate (fallback to default)
Requirements
- Single issue for the complete specification
- Clear title identifying the specification
- Include only changes required by the specification
- Verify against existing issues before creation
Issue Content
- Title: Feature name from specification
- Description: Problem statement, proposed solution, and context
- Labels: feature, enhancement (as appropriate)