issue

Draft and file a GitHub issue with duplicate checks and label validation.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/smallorbit/smallorbit-plugins --skill issue-smallorbit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/smallorbit/smallorbit-plugins/tree/main/plugins/speckit/skills/issue
Command: npx skills add https://github.com/smallorbit/smallorbit-plugins --skill issue-smallorbit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly draft and file a single GitHub issue from a natural-language description, with duplicate checks, a preview before creation, and label validation.

Core Features & Use Cases

  • Duplicate detection against open issues
  • Preview and confirm before filing
  • Ensure required labels exist before creation
  • Use cases: turning a concise description into a fully formed issue with a standardized body

Quick Start

Describe the issue in plain language and let the skill draft and file a GitHub issue after you review the preview.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I automatically draft a GitHub issue from a plain text description?

You can draft a GitHub issue by providing a natural-language description, which generates a concise title, type, priority, and structured body for review before filing.

Can I check for duplicate GitHub issues before creating a new one?

Yes, this skill performs a duplicate check against existing open issues before generating a preview, ensuring you do not file redundant bug or enhancement reports.

Does GitHub issue automation verify required labels exist before filing?

Yes, the automation verifies that all required labels exist in the repository before proceeding, preventing filing failures and ensuring proper issue categorization.

What is the best way to generate structured issue bodies for GitHub?

The best way is to use automation that parses your description to generate a structured body, complete with a concise title, an issue type, and a priority level.

Do I need GitHub CLI to automate issue creation with a preview?

Yes, GitHub CLI is required to execute the final issue creation after you review the generated preview and confirm the filing process.