---
id: ssh-create-github-issues-feature-from-implementation-plan
name: "create-github-issues-feature-from-implementation-plan"
url: https://skills.yangsir.net/skill/ssh-create-github-issues-feature-from-implementation-plan
author: github
domain: ai-project-management-collaboration
tags: ["github-issues", "feature-planning", "implementation-plan", "project-management"]
install_count: 8600
rating: 4.50 (291 reviews)
github: https://github.com/github/awesome-copilot
---

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

> 根据实施计划阶段，使用feature_request.yml或chore_request.yml模板创建GitHub议题。

**Stats**: 8,600 installs · 4.5/5 (291 reviews)

## Before / After 对比

### 从实施计划创建GitHub议题，细化任务

## Readme

# 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: https://skills.yangsir.net/skill/ssh-create-github-issues-feature-from-implementation-plan*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh-create-github-issues-feature-from-implementation-plan/markdown*