issue-templates

Generate standardized YAML issue templates for GitHub repositories.

105|8|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/686f6c61/alfred-dev --skill issue-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-templates
Source: https://github.com/686f6c61/alfred-dev/tree/main/skills/github/issue-templates
Command: npx skills add https://github.com/686f6c61/alfred-dev --skill issue-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines bug reporting and feature requests on GitHub by generating standardized YAML templates, reducing back-and-forth communication and accelerating issue resolution.

Core Features & Use Cases

  • Automated Template Generation: Creates bug_report.yml and feature_request.yml files for .github/ISSUE_TEMPLATE/.
  • Structured Input: Ensures essential information (steps to reproduce, expected vs. actual results, environment details) is captured consistently.
  • Use Case: A development team can use this skill to ensure all bug reports submitted by users or QA testers include the necessary details for developers to quickly understand and fix the issue.

Quick Start

Use the issue-templates skill to generate standard GitHub issue templates for bug reports and feature requests.

Frequently Asked Questions about issue-templates

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, generate YAML files like bug_report.yml and feature_request.yml in the .github/ISSUE_TEMPLATE/ directory to capture structured inputs, labels, and environment details for consistent issue tracking.

What information should a structured bug report template include for development teams?

A structured bug report template should include fields for steps to reproduce, expected versus actual results, and environment details to ensure developers receive the necessary information to quickly understand and fix the issue.

How do I set up YAML issue templates in a GitHub repository?

To set up YAML issue templates in a GitHub repository, automate the generation of bug_report.yml and feature_request.yml files within the .github/ISSUE_TEMPLATE/ directory to define structured fields, labels, and user inputs.

Does generating issue templates require any external dependencies or components?

Generating issue templates requires no external dependencies or components, as the skill independently creates the necessary YAML files directly within your GitHub repository's .github/ISSUE_TEMPLATE/ directory.

Why should I use YAML issue templates instead of plain markdown for GitHub issues?

You should use YAML issue templates instead of plain markdown to enforce structured input, ensuring essential information like reproduction steps and environment details are captured consistently to reduce back-and-forth communication.