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-specification

Create GitHub Issue from Specification

Create GitHub Issue for the specification at ${file}.

Process

  1. Analyze specification file to extract requirements
  2. Check existing issues using search_issues
  3. Create new issue using create_issue or update existing with update_issue
  4. Use feature_request.yml template (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)