create-github-issue-feature-from-specification

create-github-issue-feature-from-specification

热门

使用 feature_request.yml 模板,根据规范文件创建 GitHub Issue 功能请求。

3.6万Star
4556Fork
更新于 2026/7/13
SKILL.md
readonly只读
name
create-github-issue-feature-from-specification
description

使用 feature_request.yml 模板,根据规范文件创建 GitHub Issue 功能请求。

从规范创建 GitHub Issue

${file} 中的规范创建 GitHub Issue。

流程

  1. 分析规范文件以提取需求
  2. 使用 search_issues 检查现有 Issue
  3. 使用 create_issue 创建新 Issue,或使用 update_issue 更新现有 Issue
  4. 使用 feature_request.yml 模板(回退到默认模板)

要求

  • 为完整规范创建单个 Issue
  • 清晰的标题,标识规范
  • 仅包含规范要求的变更
  • 创建前与现有 Issue 进行核对

Issue 内容

  • 标题:规范中的功能名称
  • 描述:问题陈述、建议的解决方案和上下文
  • 标签:feature, enhancement(视情况而定)