Create GitHub Issues for Unmet Specification Requirements

SkillFiles & storage

Lets your agent turn unimplemented requirements from spec files into GitHub Issues using a template.

Available today. Use it from your connected AI after setup.

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

  1. Analyze specification file to extract all requirements
  2. Check codebase implementation status for each requirement
  3. Search existing issues using search_issues to avoid duplicates
  4. Create new issue per unimplemented requirement using create_issue
  5. Use feature_request.yml template (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