SkillAgentSearch skills...

create-github-issues-feature-from-implementation-plan

Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.

Install / Use

npx skills add github/awesome-copilot --skill create-github-issues-feature-from-implementation-plan

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-issues-feature-from-implementation-plan

create-github-issues-feature-from-implementation-plan scores 69/100 on our quality scale, 1174th of 1,947 Development & Engineering skills we index.

Its SKILL.md is 945 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-issues-feature-from-implementation-plan 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-issues-feature-from-implementation-plan compared with similar skills

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

SkillScoreStarsUpdatedFormat
create-github-issues-feature-from-implementation-plan (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-issues-feature-from-implementation-plan?
Run npx skills add github/awesome-copilot --skill create-github-issues-feature-from-implementation-plan. The install tabs above show the steps for each supported agent.
Which AI agents does create-github-issues-feature-from-implementation-plan 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-issues-feature-from-implementation-plan 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-issues-feature-from-implementation-plan still maintained?
The repository was last updated 2 days ago, so create-github-issues-feature-from-implementation-plan is actively maintained.

name: create-github-issues-feature-from-implementation-plan description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.'

Create GitHub Issue from Implementation Plan

Create GitHub Issues for the implementation plan at ${file}.

Process

  1. Analyze plan file to identify phases
  2. Check existing issues using search_issues
  3. Create new issue per phase using create_issue or update existing with update_issue
  4. Use feature_request.yml or chore_request.yml templates (fallback to default)

Requirements

  • One issue per implementation phase
  • Clear, structured titles and descriptions
  • Include only changes required by the plan
  • Verify against existing issues before creation

Issue Content

  • Title: Phase name from implementation plan
  • Description: Phase details, requirements, and context
  • Labels: Appropriate for issue type (feature/chore)

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
create-github-issues-feature-from-implementation-plan — Universal Skill: Install & Safety Check | SkillAgent