create-github-issue-feature-from-specification

Create GitHub Issues for feature requests from specification files.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill create-github-issue-feature-from-specification-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issue-feature-from-specification
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/create-github-issue-feature-from-specification
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill create-github-issue-feature-from-specification-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub Issues for feature requests by analyzing specification files, preventing duplicate issues, and ensuring clear, actionable tickets.

Core Features & Use Cases

  • Specification Analysis: Extracts requirements from specification files.
  • Issue Management: Checks for existing issues and creates or updates them as needed.
  • Template Utilization: Uses a feature_request.yml template for consistent issue formatting.
  • Use Case: When a new feature is detailed in a specification document, this Skill can automatically generate a corresponding GitHub Issue, complete with relevant details and labels, ready for the development team.

Quick Start

Use the create-github-issue-feature-from-specification skill to create a GitHub issue from the specification file named 'new-user-auth.md'.

Frequently Asked Questions about create-github-issue-feature-from-specification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create GitHub issues from a specification document?

To create GitHub issues from a specification document, this Skill analyzes your spec files and automatically extracts requirements to generate clear, actionable tickets. It ensures single issues per specification and includes only required changes.

How does this tool prevent duplicate GitHub issues for feature requests?

To prevent duplicate GitHub issues for feature requests, the tool verifies specifications against existing issues before creation. It checks your repository and updates existing tickets instead of generating duplicates.

Can I use a template for consistent GitHub issue tracking formatting?

You can use a template for consistent GitHub issue tracking formatting by leveraging the `feature_request.yml` template. This ensures all feature requests generated from specification files follow a standardized structure.

What do I need to automate GitHub issue creation from feature specifications?

To automate GitHub issue creation from feature specifications, you need specification files containing your feature requirements. The Skill analyzes these files and leverages issue management tools to generate tickets.

What is the best way to manage feature requests generated from project specifications?

The best way to manage feature requests generated from project specifications is using an automated tool that extracts requirements and creates single issues per specification. This ensures clear titles and prevents duplicate tickets.