$npx -y skills add github/awesome-copilot --skill create-github-issues-feature-from-implementation-planCreate GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
| 1 | # Create GitHub Issue from Implementation Plan |
| 2 | |
| 3 | Create GitHub Issues for the implementation plan at `${file}`. |
| 4 | |
| 5 | ## Process |
| 6 | |
| 7 | 1. Analyze plan file to identify phases |
| 8 | 2. Check existing issues using `search_issues` |
| 9 | 3. Create new issue per phase using `create_issue` or update existing with `update_issue` |
| 10 | 4. Use `feature_request.yml` or `chore_request.yml` templates (fallback to default) |
| 11 | |
| 12 | ## Requirements |
| 13 | |
| 14 | - One issue per implementation phase |
| 15 | - Clear, structured titles and descriptions |
| 16 | - Include only changes required by the plan |
| 17 | - Verify against existing issues before creation |
| 18 | |
| 19 | ## Issue Content |
| 20 | |
| 21 | - Title: Phase name from implementation plan |
| 22 | - Description: Phase details, requirements, and context |
| 23 | - Labels: Appropriate for issue type (feature/chore) |