Create GitHub Issue from Specification

SkillFiles & storage

Lets your agent create a GitHub issue for a feature request from a specification file.

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 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

  1. Analyze specification file to extract requirements
  2. Check existing issues using search_issues
  3. Create new issue using create_issue or update existing with update_issue
  4. Use feature_request.yml template (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
Create GitHub Issue from Specification: Skill · ahel