issue:create

Create structured GitHub issues with labels via the GitHub API.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill issue-create-awinogradov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue:create
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/issue%3Acreate
Command: npx skills add https://github.com/awinogradov/code-assistants --skill issue-create-awinogradov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually creating GitHub issues can be time-consuming and error-prone. This skill streamlines the process by automating the creation of well-structured issues with relevant labels and references.

Core Features & Use Cases

  • Automated Issue Creation: Generate issues with a structured body containing Context, What, Why, Scope, and Solution sections.
  • Curated Labels: Select relevant labels from a predefined list based on issue content.
  • Duplicate Detection: Identifies and alerts for potential duplicates to prevent duplicate work.
  • Use Case: Ideal for developers or project managers who need to create issues in a structured manner without manual formatting or label management.

Quick Start

Run the skill with a hint like "New feature for responsive design" to create a structured issue.

Frequently Asked Questions about issue:create

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

FAQPage Schema
How do I automate GitHub issue creation with a structured body?

Automating GitHub issue creation involves using text analysis to generate a structured issue body with predefined sections and curated labels. This ensures consistent formatting and relevant categorization for project management workflows.

How does automated label selection work for GitHub issues?

Automated label selection works by analyzing the text of your issue content to choose relevant labels from a predefined list. This eliminates manual label management and ensures issues are categorized consistently across your repository.

Can I detect duplicate GitHub issues before creating a new one?

Duplicate detection identifies and alerts you to potential duplicate issues before creation. This prevents overlapping work and redundant tasks in your project management workflow by checking existing issues against your new input.

What is the best way to structure GitHub issues for code review workflows?

The best way to structure GitHub issues for code reviews is to use a standardized template containing Context, What, Why, Scope, and Solution sections. This structured input enhances efficiency and clarity for developers reviewing the code.

Do I need the GitHub API to create structured issues automatically?

Yes, you need the GitHub API to interact with your repository and automate the creation of structured issues. The API facilitates applying curated labels and processing text analysis for content generation.

Why should I use structured input for project management on GitHub?

Using structured input for project management on GitHub streamlines issue creation and reduces errors. It enforces a consistent format with curated labels and references, enhancing efficiency for developers and project managers.