Create GitHub Issue for feature request from specification file using feature_request.yml template.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill create-github-issue-feature-from-specification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Create Github Issue Feature From Specification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-create-github-issue-feature-from-specification)More formats (shields.io, HTML) on the badges page.
---
name: create-github-issue-feature-from-specification
description: "Create GitHub Issue for feature request from specification file using feature_request.yml template."
category: general-purpose
source_repo: github/awesome-copilot
source_path: "skills/create-github-issue-feature-from-specification/SKILL.md"
source_url: https://github.com/github/awesome-copilot/blob/HEAD/skills/create-github-issue-feature-from-specification/SKILL.md
---
# 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:** [`github/awesome-copilot`](https://github.com/github/awesome-copilot) → `skills/create-github-issue-feature-from-specification/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!