create-github-issues

Creates GitHub issues with titles, descriptions, and labels via gh issue create.

Updated Sep 8, 2025
One-click install
npx skills add https://github.com/FernaandoJr/oikwee --skill create-github-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issues
Source: https://github.com/FernaandoJr/oikwee/tree/main/.agents/skills/create-github-issues
Command: npx skills add https://github.com/FernaandoJr/oikwee --skill create-github-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating well-defined GitHub issues, ensuring clarity in titles, descriptions, and labels, making issue tracking more efficient.

Core Features & Use Cases

  • Issue Creation: Generates GitHub issues from user requests, including bugs, features, refactors, and documentation updates.
  • Structured Content: Formats issue titles and bodies according to best practices for readability and actionability.
  • Label Management: Applies relevant labels based on issue type, ensuring consistency and discoverability.
  • Use Case: When a user reports a bug or requests a new feature, this Skill can automatically file a properly formatted GitHub issue, complete with a descriptive title, problem statement, and acceptance criteria.

Quick Start

Use the create-github-issues skill to create a bug report for the login button not working.

Frequently Asked Questions about create-github-issues

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

FAQPage Schema
How do I create a well-structured GitHub issue from a bug report?

To create a well-structured GitHub issue, this Skill formats your bug report with a clear title, descriptive problem statement, and acceptance criteria. It ensures readability by applying best practice formatting before posting.

Can I automatically apply labels when I open a GitHub issue?

Yes, you can automatically apply labels when you open a GitHub issue. The Skill checks and assigns relevant labels based on the issue type, such as bug or feature, ensuring consistent discoverability across your project.

Does this GitHub issue workflow support feature requests and documentation updates?

Yes, this GitHub issue workflow supports feature requests and documentation updates. It generates issues from various user requests including bugs, features, refactors, and documentation updates, formatting each according to its specific type.

How does the gh issue create command get used to file a new issue?

The `gh issue create` command is used at the final step of the workflow to post the drafted content. After resolving scope, drafting the structured issue content, and checking labels, the Skill executes the command to open the GitHub issue.

What is the best way to format GitHub issue titles and descriptions for actionability?

The best way to format GitHub issue titles and descriptions is by following a defined workflow that structures content for readability. This Skill drafts a descriptive title, problem statement, and acceptance criteria to make the issue immediately actionable.

Do I need to define the issue scope before using this GitHub issue generator?

No, you do not need to manually define the issue scope beforehand. The Skill follows a defined workflow that automatically resolves the scope of your request before drafting the content and creating the GitHub issue.