create-issue

Create GitHub issues with inferred labels and conventional commit titles.

230|29|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/fpindej/netrock --skill create-issue-fpindej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/fpindej/netrock/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/fpindej/netrock --skill create-issue-fpindej

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub issues, streamlining the process of tracking tasks, bugs, and features within a project.

Core Features & Use Cases

  • Automated Issue Creation: Generates GitHub issues with titles, bodies, and labels based on provided context.
  • Intelligent Formatting: Infers Conventional Commit format for titles and structures the body to describe the problem and proposed solution.
  • Label Application: Automatically applies relevant labels such as backend, frontend, security, feature, bug, and documentation.
  • Sub-issue Splitting: Identifies and creates linked sub-issues for complex tasks that span across different parts of the stack or have multiple deliverables.

Quick Start

Use the create-issue skill to make a new GitHub issue for a bug found in the login flow.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I automate GitHub issue creation from a text description?

The Skill automates GitHub issue creation by inferring type, scope, and labels from your context, generating a Conventional Commit formatted title and detailed body for the issue.

Can I automatically split complex tasks into linked sub-issues on GitHub?

Yes, automated issue creation can split complex tasks by identifying multiple deliverables across the stack and generating linked sub-issues to track each component separately.

Does automated issue tracking apply conventional commit formatting to titles?

Automated issue creation applies conventional commit formatting to GitHub issue titles, structuring the body to clearly describe the problem and the proposed solution.

How are labels like bug or feature assigned during GitHub bug reporting automation?

During GitHub bug reporting automation, the system analyzes your provided context to automatically apply relevant labels such as backend, frontend, security, bug, feature, and documentation.

What is the best way to track software bugs using GitHub issues?

Automated issue creation streamlines software bug tracking by inferring bug type and scope from context, structuring the problem description, and automatically applying relevant tracking labels.