Labsco
github logo

create-github-issue-feature-from-specification

✓ Official36,200

by 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

🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the github/awesome-copilot package — works on its own, and pairs well with its siblings.

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 receiveExpand

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_issue or update existing with update_issue

  • Use feature_request.yml template (fallback to default)

Issue Content

  • Title: Feature name from specification

  • Description: Problem statement, proposed solution, and context

  • Labels: feature, enhancement (as appropriate)