issue-template-generator

Generate standardized GitHub issue templates in YAML format.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/ehtbanton/ClaudeSkillsRepo --skill issue-template-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-template-generator
Source: https://github.com/ehtbanton/ClaudeSkillsRepo/tree/main/issue-template-generator
Command: npx skills add https://github.com/ehtbanton/ClaudeSkillsRepo --skill issue-template-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating standardized issue templates for GitHub repositories, ensuring consistent and comprehensive bug reports, feature requests, and questions.

Core Features & Use Cases

  • Automated Template Generation: Creates .yml files for GitHub issue forms.
  • Customizable Templates: Supports bug reports, feature requests, and general questions.
  • Use Case: A project manager needs to ensure all new issues submitted to a repository follow a consistent format for easier triage and resolution. This Skill automatically generates the necessary template files.

Quick Start

Use the issue-template-generator skill to create GitHub issue templates.

Frequently Asked Questions about issue-template-generator

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

FAQPage Schema
How do I create standardized GitHub issue templates for bug reports and feature requests?

To create standardized GitHub issue templates, you need to generate .yml files within the .github/ISSUE_TEMPLATE/ directory using predefined fields and labels for bug reports and feature requests.

What is the best way to automate issue reporting consistency in a software development project?

Automating issue reporting consistency involves generating standardized YAML templates for bug reports, feature requests, and questions to ensure all submitted issues follow a uniform format for easier triage.

Do I need to manually set up a specific directory structure before generating GitHub issue forms?

Yes, you need to manually create the .github/ISSUE_TEMPLATE/ directory in your repository before generating and saving the .yml files required for standardized GitHub issue forms.

Can I customize the fields and labels for different types of GitHub issue templates?

Yes, you can customize templates for bug reports, feature requests, and general questions by defining specific predefined fields and labels within the generated .yml files.

Why should I use YAML format for generating GitHub issue templates instead of standard markdown?

Using YAML format for GitHub issue templates allows you to define structured forms with predefined fields and labels, providing a more guided input experience compared to standard markdown templates.

What types of issue templates can I generate for my GitHub repository?

You can generate standardized GitHub issue templates for three core types: bug reports, feature requests, and general questions, ensuring comprehensive coverage for project issue tracking.