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/ 100Quality

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.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
Personal installation~/.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
Manual folder.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
Project installation.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
Personal installation~/.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
Manual folder.claude/skills/create-github-issue-feature-from-specificationOfficial docs ↗
Project installation.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
Personal installation~/.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
Manual folder.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
Project installation.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
Personal installation~/.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
Manual folder.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
Project installation.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
Personal installation~/.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
Manual folder.agents/skills/create-github-issue-feature-from-specificationOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# 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)