Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill create-github-issues-feature-from-implementation-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Create Github Issues Feature From Implementation Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-create-github-issues-feature-from-implementation-p)More formats (shields.io, HTML) on the badges page.
---
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."
category: general-purpose
source_repo: github/awesome-copilot
source_path: "skills/create-github-issues-feature-from-implementation-plan/SKILL.md"
source_url: https://github.com/github/awesome-copilot/blob/HEAD/skills/create-github-issues-feature-from-implementation-plan/SKILL.md
---
# 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)
---
**Source:** [`github/awesome-copilot`](https://github.com/github/awesome-copilot) → `skills/create-github-issues-feature-from-implementation-plan/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!