file-issue

Convert unstructured ideas into formatted GitHub issues using the gh CLI.

94|7|Updated May 9, 2026
One-click install
npx skills add https://github.com/Sma1lboy/kobe --skill file-issue-sma1lboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-issue
Source: https://github.com/Sma1lboy/kobe/tree/main/.claude/skills/file-issue
Command: npx skills add https://github.com/Sma1lboy/kobe --skill file-issue-sma1lboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the friction of converting rough thoughts, bug reports, or backlog items into high-quality, actionable GitHub issues that external contributors can easily understand and resolve.

Core Features & Use Cases

  • Intelligent Classification: Automatically suggests appropriate labels like bug, enhancement, or good first issue based on content analysis.
  • Verification Engine: Ensures all file paths and code pointers are accurate by cross-referencing the current repository state before filing.
  • Batch Processing: Handles multiple issues simultaneously, allowing you to draft, review, and file a backlog of tasks in a single workflow.

Quick Start

Ask the assistant to file a GitHub issue for the current bug by describing the problem and requesting it be opened as a good first issue.

Frequently Asked Questions about file-issue

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

FAQPage Schema
How do I turn unstructured bug reports into structured GitHub issues?

You can convert unstructured bug reports into structured GitHub issues by analyzing the input content, verifying file pointers against the local git tree, and applying existing repository labels using the gh CLI. This ensures high-quality, contributor-ready issue documentation through automated drafting and validation.

Can I batch process multiple GitHub issues from a backlog in a single workflow?

Yes, you can batch process multiple GitHub issues simultaneously. The system handles multiple issues at once, allowing you to draft, review, and file a backlog of tasks in a single workflow rather than processing them individually.

How does automated GitHub issue classification work for labels like bug or enhancement?

Automated GitHub issue classification suggests appropriate labels like bug, enhancement, or good first issue based on content analysis of your input. It evaluates the unstructured ideas and bug reports to intelligently match them with existing repository labels.

Do I need the gh CLI installed to automate creating GitHub issues from ideas?

Yes, you need the gh CLI installed to automate creating GitHub issues from ideas. The system operates by using the gh CLI to draft, validate, and file the structured documentation directly into your repository.

What happens if file pointers in a bug report do not match the current repository state?

If file pointers in a bug report do not match the current repository state, the verification engine identifies the discrepancies. It cross-references the current local git tree before filing to ensure all file paths and code pointers are accurate.