
create-github-issues-feature-from-implementation-plan
✓ Official★ 36,200by github · part of github/awesome-copilot
Create GitHub Issues automatically from implementation plan phases. Analyzes implementation plan files to identify phases and generates one issue per phase Uses feature_request.yml or chore_request.yml templates, with fallback to default issue format Checks for existing issues before creation to avoid duplicates, and updates existing issues when needed Includes phase details, requirements, and context in issue descriptions with appropriate labels
Create GitHub Issues automatically from implementation plan phases. Analyzes implementation plan files to identify phases and generates one issue per phase Uses feature_request.yml or chore_request.yml templates, with fallback to default issue format Checks for existing issues before creation to avoid duplicates, and updates existing issues when needed Includes phase details, requirements, and context in issue descriptions with appropriate labels
Inspect the full instructions your agent will receiveExpandCollapse
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 automatically from implementation plan phases. Analyzes implementation plan files to identify phases and generates one issue per phase Uses feature_request.yml or chore_request.yml templates, with fallback to default issue format Checks for existing issues before creation to avoid duplicates, and updates existing issues when needed Includes phase details, requirements, and context in issue descriptions with appropriate labels
npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-feature-from-implementation-plan
Download ZIPGitHub36.2k
Create GitHub Issue from Implementation Plan
Create GitHub Issues for the implementation plan at ${file}.
Process
-
Analyze plan file to identify phases
-
Check existing issues using
search_issues -
Create new issue per phase using
create_issueor update existing withupdate_issue -
Use
feature_request.ymlorchore_request.ymltemplates (fallback to default)
Issue Content
-
Title: Phase name from implementation plan
-
Description: Phase details, requirements, and context
-
Labels: Appropriate for issue type (feature/chore)
npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-feature-from-implementation-planRun this in your project — your agent picks the skill up automatically.
Requirements
-
One issue per implementation phase
-
Clear, structured titles and descriptions
-
Include only changes required by the plan
-
Verify against existing issues before creation
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.