create-github-issue-feature-from-specification
作成者: github
仕様書からfeature_request.ymlテンプレートを使用してGitHub Issueを作成します。仕様書を解析して要件を抽出し、Issueのタイトルと説明を自動生成します。新規作成前に既存のIssueを検索して重複を防止します。GitHub APIを介して新規Issue作成と既存Issue更新の両方をサポートします。仕様内容に基づいて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)