gh-issue-templates

Standardize GitHub issue creation with predefined bug, feature, and task templates.

7|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/poindexter12/waypoint --skill gh-issue-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issue-templates
Source: https://github.com/poindexter12/waypoint/tree/main/workflows/skills/gh-issue-templates
Command: npx skills add https://github.com/poindexter12/waypoint --skill gh-issue-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes GitHub issue creation by providing ready-to-use templates for bugs, features, and tasks, ensuring consistent titles and bodies.

Core Features & Use Cases

  • Predefined templates for Bug, Feature, and Task/Chore issue formats.
  • Copy-paste ready templates located in templates/ directory for quick adoption.
  • Improves issue filing consistency, clarity, and triage readiness across teams.

Quick Start

Copy the templates from templates/ into your repository and start using them when opening new issues.

Frequently Asked Questions about gh-issue-templates

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

FAQPage Schema
How do I standardize GitHub issue creation across my team?

To standardize GitHub issue creation, you can apply predefined templates for bugs, features, and tasks. This ensures consistent titles and bodies, improving issue clarity and triage readiness across team workflows.

What's the best way to create GitHub issue templates for bugs and features?

The best way to create GitHub issue templates is to use copy-paste ready markdown files like bug.md, feature.md, and task.md. Placing these in your repository enforces standardized issue titles and bodies for future contributions.

Can I use these GitHub issue templates for task and chore tracking?

Yes, you can use these GitHub issue templates for task and chore tracking. The Skill supplies a specific task.md template designed to standardize task issue formats alongside bug and feature templates.

How do I add issue templates to my repository workflow?

You add issue templates to your repository workflow by copying the provided markdown templates from the templates directory directly into your repository. This enables teams to consistently file bugs, features, and tasks.

Do I need any dependencies to use these GitHub issue templates?

No dependencies are required to use these GitHub issue templates. They are basic copy-paste markdown files that you place directly into your repository to manage and standardize your issue creation process.

Why should I use predefined templates for GitHub issues?

You should use predefined templates for GitHub issues to solve the problem of inconsistent issue filing. Standardized formats for bugs, features, and tasks improve overall issue clarity and make triage readiness much faster across teams.