Skip to content
AI & Agents
Skill

/create-github-issue-feature-from-specification

Create GitHub Issue for feature request from specification file using feature_request.yml template.

From plugin
awesome-copilot
39k200 skills200 agents
Install
$ npx -y skills add github/awesome-copilot --skill create-github-issue-feature-from-specification --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/create-github-issue-feature-from-specification

Context preview

The summary Claude sees to decide when to auto-load this skill.

Create GitHub Issue for feature request from specification file using feature_request.yml template.

SKILL.md

create-github-issue-feature-from-specification.SKILL.md
name: create-github-issue-feature-from-specification
description: 'Create GitHub Issue for feature request from specification file using feature_request.yml template.'

Create GitHub Issue from Specification

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)
Ships withawesome-copilot

A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.

Get the whole plugin

Other skills on awesome-copilot.