home / skills / ehtbanton / claudeskillsrepo / issue-template-generator
This skill generates complete GitHub issue templates for bugs, features, and questions in YAML form for immediate use.
npx playbooks add skill ehtbanton/claudeskillsrepo --skill issue-template-generatorReview the files below or copy the command above to add this skill to your agents.
---
name: issue-template-generator
description: Generate GitHub issue templates for bug reports, feature requests, and questions. Triggers on "create issue template", "generate github issue template", "bug report template", "feature request template".
---
# Issue Template Generator
Generate GitHub issue templates for standardized issue reporting.
## Output Requirements
**File Output:** `.github/ISSUE_TEMPLATE/*.yml`
**Format:** YAML issue forms
**Standards:** GitHub Issue Templates
## When Invoked
Immediately generate complete issue templates for the repository.
## Example Invocations
**Prompt:** "Create GitHub issue templates"
**Output:** Complete templates for bugs, features, and questions.
This skill generates ready-to-use GitHub issue templates for bug reports, feature requests, and questions. It outputs YAML issue forms placed under .github/ISSUE_TEMPLATE to enforce consistent, structured issue submission. Templates follow GitHub Issue Templates standards and are immediately usable in the repository.
When triggered, the skill composes three complete YAML issue form files (bug_report.yml, feature_request.yml, question.yml) with fields, labels, and suggested reviewers. Each template includes title, body fields, required checkboxes, and metadata such as labels and issue type to streamline triage. The skill returns the full file contents so you can paste them directly into .github/ISSUE_TEMPLATE.
What file names and paths are produced?
The skill generates YAML files intended for .github/ISSUE_TEMPLATE, typically named bug_report.yml, feature_request.yml, and question.yml.
Can the templates include required fields and labels?
Yes. Each YAML form can define required fields, checkboxes, placeholders, and metadata such as labels and assignees to support repository workflows.