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.

Pinned to the indexed commit
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 -y
Personal 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 -y
Manual folder.agents/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
Project 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 -y
Personal 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 -y
Manual folder.claude/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
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 github-copilot -y
Personal 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 -y
Manual folder.agents/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
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 cursor -y
Personal 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 -y
Manual folder.agents/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
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 gemini-cli -y
Personal 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 -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/create-github-issues-feature-from-implementation-plan
Manual folder.agents/skills/create-github-issues-feature-from-implementation-planOfficial docs ↗
⚠ 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)