l-new-issue

Creates GitHub issues for the lo defi repository with bug/feature detection and labels.

3.0k|186|Updated Oct 1, 2020
One-click install
npx skills add https://github.com/lowdefy/lowdefy --skill l-new-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: l-new-issue
Source: https://github.com/lowdefy/lowdefy/tree/main/.claude/skills/l-new-issue
Command: npx skills add https://github.com/lowdefy/lowdefy --skill l-new-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating GitHub issues, ensuring they are well-formatted, correctly categorized (bug vs. feature), and include relevant information, saving developers time and improving issue tracking.

Core Features & Use Cases

  • Automated Issue Creation: Drafts and creates GitHub issues directly from natural language descriptions.
  • Bug/Feature Detection: Intelligently categorizes issues based on keywords in the description.
  • Related Issue Checking: Searches for and links to potentially duplicate or related existing issues.
  • Use Case: When you encounter a bug in the lowdefy project, you can use this skill to quickly file a detailed bug report, complete with a title, description, and appropriate labels, without leaving your current workflow.

Quick Start

Use the l-new-issue skill to create a new issue about a UI bug in the dashboard.

Frequently Asked Questions about l-new-issue

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

FAQPage Schema
How do I create a GitHub issue from a natural language bug report?

This skill creates GitHub issues by automatically detecting whether a natural language request describes a bug or a feature, drafting the content using predefined templates, applying appropriate labels, and creating the issue via the GitHub CLI.

Can I automatically categorize GitHub issues as bugs or feature requests?

Yes, you can automatically categorize GitHub issues as bugs or feature requests, as the skill intelligently detects the issue type based on keywords in your description and applies the corresponding labels before creation.

Does this issue tracking automation check for related existing GitHub issues?

Yes, this issue tracking automation searches for related existing GitHub issues and links to potentially duplicate or related reports to prevent redundant issue creation and improve context.

Do I need the GitHub CLI to automate bug report creation?

Yes, you need the GitHub CLI to automate bug report creation, as the skill relies on it to apply labels and create the formatted issue in the repository.

What is the best way to file a well-formatted feature request on GitHub?

The best way to file a well-formatted feature request on GitHub is using an automation skill that drafts content from predefined templates, detects the request type, and applies appropriate labels automatically to ensure correct categorization.