issue

Create GitHub issues with predefined labels and issue types.

2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill issue-lightforgelabsstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/LightForgeLabsStudio/AIDE/tree/main/skills/issue
Command: npx skills add https://github.com/LightForgeLabsStudio/AIDE --skill issue-lightforgelabsstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that GitHub issues are created with consistent and standardized labels, making them easily trackable and processable by automation tools.

Core Features & Use Cases

  • Automated Labeling: Applies priority, area, and status labels based on input.
  • Issue Type Setting: Correctly assigns GitHub Issue Types (e.g., feature, bug).
  • Use Case: When a new bug is reported, use this Skill to create a GitHub issue, automatically assigning it a 'bug' type, a 'critical' priority, and a 'status:needs-spec' label.

Quick Start

Create a GitHub issue with the title "Fix login bug", body "User cannot log in after password reset", issue type "bug", priority "high", and area "auth".

Frequently Asked Questions about issue

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

FAQPage Schema
How do I create GitHub issues with predefined labels for priority, area, and status?

You can create GitHub issues with standardized labels by providing the title, body, issue type, priority, and area. This automated labeling ensures issues are consistently categorized and easily trackable by automation tools.

Do I need the GitHub CLI to automate issue creation and categorization?

Yes, you need the GitHub CLI installed to automate issue creation. A Python script is also required to correctly assign GitHub Issue Types like bug or feature during the creation process.

How does setting GitHub Issue Types improve bug tracking and workflow automation?

Setting GitHub Issue Types improves bug tracking by categorizing issues into specific types like bug or feature. Applying consistent priority, area, and status labels makes them processable by workflow automation tools.

What is the best way to automate adding priority and area labels to a new GitHub bug report?

The best way to automate adding labels is to specify the issue type, priority, and area during creation. This applies predefined labels for critical priority and specific areas like auth, ensuring standardized project management.

Can I assign a GitHub Issue Type like bug or feature automatically when creating an issue?

Yes, you can assign GitHub Issue Types automatically. The Skill uses a Python script alongside the GitHub CLI to correctly set issue types and apply standardized status labels like needs-spec during issue creation.