技能 编程开发 GitHub功能工单生成

GitHub功能工单生成

v20260410
create-github-issue-feature-from-specification
从规格文件提取需求,先检索现有工单,再根据 feature_request.yml 模板生成或更新 GitHub 功能 Issue,只包涵规格要求的改动,并在标题/描述/标签中明确需求、问题与解决方案。
获取技能
302 次下载
概览

Create GitHub Issue from Specification

Create GitHub Issue for the specification at ${file}.

Process

  1. Analyze specification file to extract requirements
  2. Check existing issues using search_issues
  3. Create new issue using create_issue or update existing with update_issue
  4. Use feature_request.yml template (fallback to default)

Requirements

  • Single issue for the complete specification
  • Clear title identifying the specification
  • Include only changes required by the specification
  • Verify against existing issues before creation

Issue Content

  • Title: Feature name from specification
  • Description: Problem statement, proposed solution, and context
  • Labels: feature, enhancement (as appropriate)
信息
Category 编程开发
Name create-github-issue-feature-from-specification
版本 v20260410
大小 912B
更新时间 2026-04-12
语言