create-github-issue-feature-from-specification

Create or update a GitHub issue from a specification file.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/kierunb/ReliableAppDemo --skill create-github-issue-feature-from-specification-kierunb
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/kierunb/ReliableAppDemo/tree/main/.github/skills/create-github-issue-feature-from-specification
Command: npx skills add https://github.com/kierunb/ReliableAppDemo --skill create-github-issue-feature-from-specification-kierunb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning a formal feature specification into a tracked GitHub issue, ensuring consistent documentation and faster issue creation.

Core Features & Use Cases

  • Analyze the specification to extract requirements and translate them into an issue description
  • Check for existing issues to avoid duplicates and update if necessary
  • Create a new issue using a feature_request.yml template (or fall back to a default template)
  • Attach a clear title, description, and labels (feature, enhancement)

Quick Start

Provide the specification file path and let this skill create or update a GitHub issue from it.

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

You can automate GitHub issue creation from a specification file by providing the file path; the skill extracts requirements and uses a feature_request.yml template to generate tracked issues.

How do I check for duplicate GitHub issues before creating a new one from a spec?▼

Checking for duplicate GitHub issues before creation is handled automatically by searching existing issues; if a match is found, the skill updates the existing issue instead of creating a duplicate.

Can I use a custom feature_request.yml template for automated issue tracking?▼

Yes, the skill uses a feature_request.yml template for automated issue tracking, falling back to a default template if the custom file is unavailable.

What is the best way to automate feature request tracking from specification documents?▼

The best way to automate feature request tracking from specification documents is using a workflow that analyzes specs, applies feature and enhancement labels, and creates or updates GitHub issues automatically.

Does GitHub issue automation work without writing manual issue descriptions?▼

Yes, GitHub issue automation works without manual descriptions by analyzing the specification file to extract requirements and translating them directly into the issue body.