SkillAgentSearch skills...

create-github-issue-feature-from-specification

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

Install / Use

npx skills add github/awesome-copilot --skill create-github-issue-feature-from-specification

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

69/100

Supported Platforms

Universal

Our assessment of create-github-issue-feature-from-specification

create-github-issue-feature-from-specification scores 69/100 on our quality scale, 1173rd of 1,947 Development & Engineering skills we index.

Its SKILL.md is 912 bytes long, split into 4 sections and no code examples: fairly brief, so expect to fill in details yourself.

With 39,348 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
8/20
Description
12/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so create-github-issue-feature-from-specification is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

create-github-issue-feature-from-specification compared with similar skills

All 4 of these similar skills score higher than create-github-issue-feature-from-specification; compare them before choosing.

SkillScoreStarsUpdatedFormat
create-github-issue-feature-from-specification (this skill)by github6939.3k2d agoSKILL.md
Agent-Reachby Panniantong10085.5k10d agoCLAUDE.md
ai-job-searchby MadsLorentzen10044.0k4d agoCLAUDE.md
claude-howtoby luongnv8910041.7ktodayCLAUDE.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md

Frequently asked questions

How do I install create-github-issue-feature-from-specification?
Run npx skills add github/awesome-copilot --skill create-github-issue-feature-from-specification. The install tabs above show the steps for each supported agent.
Which AI agents does create-github-issue-feature-from-specification work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is create-github-issue-feature-from-specification safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is create-github-issue-feature-from-specification still maintained?
The repository was last updated 2 days ago, so create-github-issue-feature-from-specification is actively maintained.

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)

Related Skills

View on GitHub
GitHub Stars39.3k
CategoryDevelopment
Updated2d ago
Forks5.0k

Languages

JavaScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions