Coding & Refactoringlow risk

create-github-issue-feature-from-specification

Create GitHub Issue for feature request from specification file using feature_request.yml template.

github/awesome-copilot·skills/create-github-issue-feature-from-specification/SKILL.md
100/ 100质量分

导入这个 Skill

选择你的 coding agent,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.agents/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a codex -y
导入个人环境~/.agents/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a codex -g -y
手动放置目录.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
导入当前项目.claude/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a claude-code -y
导入个人环境~/.claude/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a claude-code -g -y
手动放置目录.claude/skills/create-github-issue-feature-from-specificationOfficial docs ↗
导入当前项目.agents/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a github-copilot -y
导入个人环境~/.copilot/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a github-copilot -g -y
手动放置目录.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
导入当前项目.agents/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a cursor -y
导入个人环境~/.cursor/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a cursor -g -y
手动放置目录.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
导入当前项目.agents/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a gemini-cli -y
导入个人环境~/.gemini/skills/create-github-issue-feature-from-specification
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/create-github-issue-feature-from-specification -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/create-github-issue-feature-from-specification
手动放置目录.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# 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)