create-github-issues-for-unmet-specification-requirements

Create GitHub issues for unmet specification requirements using feature_request.yml.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/afonsoft/VideoChat --skill create-github-issues-for-unmet-specification-requirements-afonsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issues-for-unmet-specification-requirements
Source: https://github.com/afonsoft/VideoChat/tree/main/.agents/skills/create-github-issues-for-unmet-specification-requirements
Command: npx skills add https://github.com/afonsoft/VideoChat --skill create-github-issues-for-unmet-specification-requirements-afonsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unmet specification requirements are surfaced and tracked by automatically creating GitHub issues for each gap, ensuring traceability and accountability.

Core Features & Use Cases

  • Automated gap detection: scans specification files and identifies unimplemented requirements.
  • Issue generation: creates one issue per unmet requirement using a standardized template.
  • Template-driven: uses feature_request.yml to ensure consistent content and labels.

Quick Start

Create GitHub issues for each unmet specification using the feature_request.yml template.

Frequently Asked Questions about create-github-issues-for-unmet-specification-requirements

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

FAQPage Schema
How do I automatically create GitHub issues for unmet specification requirements?

To automatically create GitHub issues for unmet specification requirements, this Skill scans your specification files, cross-references the codebase to avoid duplicates, and generates an issue for each gap using the feature_request.yml template.

What is the best way to track unimplemented specification gaps in GitHub issue tracking?

The best way to track unimplemented specification gaps in GitHub issue tracking is to generate a standardized issue per unmet requirement, including the requirement ID, description, acceptance criteria, and labels for full traceability.

Does this automated issue creation process check the codebase before generating new issues?

Yes, the automated issue creation process checks the codebase for existing implementations before generating new issues, ensuring accurate scoping and preventing duplicate GitHub issues for already fulfilled requirements.

How do I ensure consistent formatting when generating GitHub issues for specification gaps?

You ensure consistent formatting when generating GitHub issues for specification gaps by using the template-driven feature_request.yml file, which standardizes content, acceptance criteria, and labels across all created issues.

Can I use this tool to map specification requirements directly to GitHub issue labels?

Yes, you can use this tool to map specification requirements directly to GitHub issues, as it automatically applies appropriate labels and includes the requirement ID and description from your specification files during issue creation.

Why do I need a feature_request template for creating GitHub issues from specifications?

You need a feature_request template for creating GitHub issues from specifications to maintain accountability and traceability, ensuring every unmet requirement is consistently documented with acceptance criteria and labels.