
create-github-issue-feature-from-specification
✓ Official★ 36,200by github · part of github/awesome-copilot
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
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
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
by github
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
npx skills add https://github.com/github/awesome-copilot --skill create-github-issue-feature-from-specification
Download ZIPGitHub36.2k
Create 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)
Issue Content
-
Title: Feature name from specification
-
Description: Problem statement, proposed solution, and context
-
Labels: feature, enhancement (as appropriate)
npx skills add https://github.com/github/awesome-copilot --skill create-github-issue-feature-from-specificationRun this in your project — your agent picks the skill up automatically.
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
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.