Create GitHub Issues for Unmet Specification Requirements
SkillFiles & storageLets your agent turn unimplemented requirements from spec files into GitHub Issues using a template.
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 Issues for Unmet Specification Requirements skill
About this capability
Create GitHub Issues for unimplemented requirements from specification files 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-issues-for-unmet-specification-requirements/SKILL.md and read by ahel’s review.
Create GitHub Issues for unimplemented requirements in the specification at ${file}.
Process
- Analyze specification file to extract all requirements
- Check codebase implementation status for each requirement
- Search existing issues using
search_issuesto avoid duplicates - Create new issue per unimplemented requirement using
create_issue - Use
feature_request.ymltemplate (fallback to default)
Requirements
- One issue per unimplemented requirement from specification
- Clear requirement ID and description mapping
- Include implementation guidance and acceptance criteria
- Verify against existing issues before creation
Issue Content
- Title: Requirement ID and brief description
- Description: Detailed requirement, implementation method, and context
- Labels: feature, enhancement (as appropriate)
Implementation Check
- Search codebase for related code patterns
- Check related specification files in
/spec/directory - Verify requirement isn't partially implemented
Signals
- GitHub stars
- 39k
- Forks
- 5k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
create-github-issues-for-unmet-specification-requirements- Source
- github.com/github/awesome-copilot