---
id: ssh-create-github-issue-feature-from-specification
name: "create-github-issue-feature-from-specification"
url: https://skills.yangsir.net/skill/ssh-create-github-issue-feature-from-specification
author: github
domain: ai-project-management-collaboration
tags: ["github-issues", "feature-specification", "project-management", "requirements-management"]
install_count: 8500
rating: 4.50 (290 reviews)
github: https://github.com/github/awesome-copilot
---

# create-github-issue-feature-from-specification

> 根据规范文件和feature_request.yml模板，为功能请求创建GitHub议题。

**Stats**: 8,500 installs · 4.5/5 (290 reviews)

## Before / After 对比

### 依据规范文件自动创建GitHub功能议题

## Readme

# 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)


---
*Source: https://skills.yangsir.net/skill/ssh-create-github-issue-feature-from-specification*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh-create-github-issue-feature-from-specification/markdown*