Create GitHub Issue from Specification
SkillFiles & storageLets your agent create a GitHub issue for a feature request from a specification file.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Create GitHub Issue from Specification skill
About this capability
Create GitHub Issue for feature request from specification file using feature_request.yml template.
What this skill tells your AI
The instructions your AI receives, as published by github/awesome-copilot in skills/create-github-issue-feature-from-specification/SKILL.md and read by ahel’s review.
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)
Signals
- GitHub stars
- 39k
- Forks
- 5k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
create-github-issue-feature-from-specification- Source
- github.com/github/awesome-copilot