create-issues

Create GitHub issues from templates with consistent labels and structure.

577|48|Updated Aug 4, 2025
One-click install
npx skills add https://github.com/FradSer/dotclaude --skill create-issues-fradser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issues
Source: https://github.com/FradSer/dotclaude/tree/main/github/skills/create-issues
Command: npx skills add https://github.com/FradSer/dotclaude --skill create-issues-fradser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual GitHub issue creation is error-prone and inconsistent. This Skill automates the process, ensuring consistent structure, labeling, and tracking from templates.

Core Features & Use Cases

  • Template-driven issue creation: Generate titles, bodies, labels, and linked PR references from a standard template.
  • TDD-aligned workflow: Enforce conventional commits and test-driven development principles in each issue.
  • Use Case: When starting a feature or bug fix, create a well-structured issue that guides the implementation.

Quick Start

Create a new issue in your GitHub repository using a feature or bug-fix scenario, ensuring the title uses lowercase imperative, the body follows the template, and labels reflect the scope.

Frequently Asked Questions about create-issues

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

FAQPage Schema
How do I automate GitHub issue creation with consistent labels and templates?

Automating GitHub issue creation with consistent labels requires a template-driven approach that standardizes titles, bodies, and labels. This process uses the gh CLI to generate structured issues for features, bug fixes, and tasks.

What's the best way to structure GitHub issues for a TDD-aligned workflow?

Structuring GitHub issues for a TDD-aligned workflow involves generating issue bodies from standard templates that enforce test-driven development principles and conventional commits. This ensures each issue guides implementation with clear testing requirements.

Does GitHub issue automation support linking pull requests to original feature requests?

Yes, GitHub issue automation supports linking pull requests by including linked PR references within the standardized issue body. This creates traceability between the original feature request or bug fix and the implementing code changes.

Can I use the gh CLI to enforce conventional commits and standardized labels for bug fixes?

Yes, you can use the gh CLI to enforce conventional commits and standardized labels for bug fixes. The tool leverages CLI commands to apply consistent labeling and structural guidance directly to your repository issues.

Why are manually created GitHub issues inconsistent and how do templates fix this?

Manually created GitHub issues are inconsistent because they lack standardized formatting and labeling enforcement. Templates fix this by automating the generation of titles, bodies, and labels, ensuring consistent tracking and structure across all development tasks.

Do I need specific GitHub repository permissions to automate issue tracking with the gh CLI?

Automating issue tracking with the gh CLI requires appropriate repository write permissions to create issues and apply labels. Users must authenticate the CLI with an account that has the necessary access to manage repository issues and templates.