create-github-issue-feature-from-specification

Convert feature specifications into GitHub issues using the feature_request.yml template.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill create-github-issue-feature-from-specification-stribus
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/stribus/pygerengastos/tree/main/.agent/skills/create-github-issue-feature-from-specification
Command: npx skills add https://github.com/stribus/pygerengastos --skill create-github-issue-feature-from-specification-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a feature specification into a GitHub issue to ensure consistent tracking and faster backlog creation.

Core Features & Use Cases

  • Analyze a specification to extract requirements and turn them into an issue title and body.
  • Create new GitHub issues or update existing ones using a standard feature_request.yml template.
  • Verify against existing issues to avoid duplicates and maintain a clean backlog.

Quick Start

Create a GitHub issue from a given specification file using the feature_request.yml template.

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 automatically create a GitHub issue from a specification file?

To automatically create a GitHub issue from a specification file, you need a tool that extracts requirements and formats them using a standard template. This Skill parses your specifications and generates the issue title and body automatically.

What is the best way to convert feature specifications into GitHub backlog issues?

Converting feature specifications into GitHub backlog issues is best handled by an automated workflow that extracts requirements and applies a standard template. This ensures consistent tracking and accelerates backlog creation without manual formatting.

Can I update existing GitHub issues from a feature specification instead of creating duplicates?

Yes, you can update existing GitHub issues from a specification because the workflow validates against current issues to prevent duplicates. It checks the backlog before generating new entries to maintain a clean repository.

Does this GitHub issue generation workflow require a specific template format?

GitHub issue generation requires the feature_request.yml template format to structure the extracted requirements. The workflow applies this specific standard template to format the issue title and body correctly.

How does the specification to GitHub issue translation process work?

The specification to GitHub issue translation works by analyzing the document to extract requirements, validating for duplicates, and formatting the output. It directly translates the structured specification data into a formatted issue entry.

What are the limitations of automating GitHub issue creation from specifications?

Automating GitHub issue creation from specifications is limited by the quality of the input requirements and the rigidity of the feature_request.yml template. It cannot interpret unstructured text outside the specification format.