Agent skill · Design & Presentation

create-github-issue-feature-from-specification

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

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill create-github-issue-feature-from-specification --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/create-github-issue-feature-from-specification/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Process
  2. Requirements
  3. Issue Content
More from awesome-copilot
All skills →
About this skill
What does the create-github-issue-feature-from-specification skill do?

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

How do I install it?

Run `npx skills add github/awesome-copilot --skill create-github-issue-feature-from-specification --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going