create-github-issue-feature-from-specification

Create or update GitHub issues from specification files with duplicate checks.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill create-github-issue-feature-from-specification-lluppesms
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/lluppesms/dadabase.demo/tree/main/.github/skills/create-github-issue-feature-from-specification
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill create-github-issue-feature-from-specification-lluppesms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub issues for feature requests based on specification files, ensuring consistency and reducing manual overhead.

Core Features & Use Cases

  • Specification Analysis: Parses specification files to extract key requirements.
  • Issue Management: Checks for existing issues and creates new ones or updates existing ones as needed.
  • Use Case: When a new feature is defined in a feature_request.yml file, this Skill can automatically create a corresponding GitHub issue, pre-populated with the necessary details and labels.

Quick Start

Use the create-github-issue-feature-from-specification skill to create a GitHub issue from the file 'path/to/specification.yml'.

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 automate GitHub issue creation from a specification file?

Automating GitHub issue creation from a specification file involves parsing feature requirements and using predefined templates to generate or update issues. This Skill analyzes specification files to extract key requirements and automatically populates a new GitHub issue with the necessary details and labels.

What is the best way to prevent duplicate GitHub issues when generating them from feature request specs?

Preventing duplicate GitHub issues from feature request specs requires checking existing issues before creating new ones. This Skill checks for duplicate issues during specification analysis and either creates a new one or updates an existing one, ensuring a single, clear issue per specification.

Do I need a specific format like feature_request.yml to generate a GitHub issue from a spec?

Generating a GitHub issue from a spec typically requires structured files like feature_request.yml. This Skill parses specification files to extract key requirements, so providing a well-structured specification file is necessary to pre-populate the corresponding GitHub issue with the correct details.

Can I update an existing GitHub issue instead of creating a duplicate from the same specification?

Updating an existing GitHub issue instead of creating a duplicate is supported when managing feature requests from specifications. The Skill checks for existing issues during analysis and updates the existing issue if a match is found, ensuring a single, clear issue per specification.

What are the limitations of using automation scripts for GitHub issue creation from specifications?

Limitations of using automation scripts for GitHub issue creation from specifications include dependency on predefined templates and structured spec files. The Skill requires a clear specification file like feature_request.yml to extract requirements, and its logic is limited to creating or updating a single issue per specification.