Labsco
github logo

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

✓ Official36,200

by 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

🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the github/awesome-copilot package — works on its own, and pairs well with its siblings.

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 receiveExpand

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_issue or update existing with update_issue

  • Use feature_request.yml or chore_request.yml templates (fallback to default)

Issue Content

  • Title: Phase name from implementation plan

  • Description: Phase details, requirements, and context

  • Labels: Appropriate for issue type (feature/chore)