Coding & Refactoringlow risk
create-github-issues-feature-from-implementation-plan
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
github/awesome-copilot·skills/create-github-issues-feature-from-implementation-plan/SKILL.md
100/ 100Quality
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a codex -yPersonal installation~/.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a codex -g -yProject installation.claude/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a claude-code -yPersonal installation~/.claude/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a claude-code -g -yProject installation.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a github-copilot -yPersonal installation~/.copilot/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a github-copilot -g -yProject installation.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a cursor -yPersonal installation~/.cursor/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a cursor -g -yProject installation.agents/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a gemini-cli -yPersonal installation~/.gemini/skills/create-github-issues-feature-from-implementation-plan
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issues-feature-from-implementation-plan -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/create-github-issues-feature-from-implementation-plan⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on GitHub ↗# 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)