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

作者: github

根据实施计划阶段自动创建GitHub议题。分析实施计划文件以识别阶段,并为每个阶段生成一个议题。使用feature_request.yml或chore_request.yml模板,若无则回退至默认议题格式。创建前检查现有议题以避免重复,并在需要时更新已有议题。在议题描述中包含阶段详情、需求和上下文,并添加相应标签。

npx skills add https://github.com/github/awesome-copilot --skill create-github-issues-feature-from-implementation-plan

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)