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

Create GitHub Issues from implementation plan phases using YAML templates.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/angryconsultant/Copilot-CLI --skill create-github-issues-feature-from-implementation-plan-angryconsultant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issues-feature-from-implementation-plan
Source: https://github.com/angryconsultant/Copilot-CLI/tree/main/skills/create-github-issues-feature-from-implementation-plan
Command: npx skills add https://github.com/angryconsultant/Copilot-CLI --skill create-github-issues-feature-from-implementation-plan-angryconsultant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create GitHub Issues from the implementation plan phases by translating each phase into a dedicated issue, enabling teams to track progress and ownership.

Core Features & Use Cases

  • Analyze the implementation plan file to identify discrete phases.
  • Check for existing issues with search_issues and update or create accordingly.
  • Create a new issue per phase using create_issue or update existing ones with update_issue.
  • Use feature_request.yml or chore_request.yml templates when generating issue content, with a default fallback if templates are missing.

Quick Start

Analyze your implementation plan and generate GitHub Issues for each phase using the provided templates.

Frequently Asked Questions about create-github-issues-feature-from-implementation-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create GitHub issues from an implementation plan?

The Skill automates creating GitHub issues by analyzing your implementation plan to identify discrete phases. It generates a dedicated issue for each phase using feature_request.yml or chore_request.yml templates to structure the descriptions, enabling teams to track progress and ownership.

What is the best way to track implementation plan phases in GitHub issue tracking?

The best way to track implementation plan phases in GitHub issue tracking is to translate each phase into a dedicated issue. This automation applies template-driven descriptions to ensure per-phase issue content remains consistent and trackable.

Does the GitHub issue generation process check for existing issues before creating new ones?

Yes, the GitHub issue generation process performs pre-create checks for existing issues. It uses search_issues to find existing entries and will update them with update_issue or create new ones with create_issue accordingly to prevent duplicates.

Can I use GitHub issue templates for generating tasks from a phased plan?

You can use feature_request.yml or chore_request.yml templates when generating tasks from a phased plan. If these templates are missing, the GitHub issue generation falls back to a default format to ensure the issue is still created.

What happens if I run GitHub issue automation on a plan without templates?

If you run GitHub issue automation on a plan without templates, the process applies a default fallback to generate the issue content. This ensures that per-phase issue creation continues even when feature_request.yml or chore_request.yml are missing.