issue

Parse conversational triggers to file labeled GitHub issues with context.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/flavordrake/mobissh --skill issue-flavordrake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/flavordrake/mobissh/tree/main/.claude/skills/issue
Command: npx skills add https://github.com/flavordrake/mobissh --skill issue-flavordrake

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to quickly file GitHub issues directly from conversation observations without interrupting their current workflow, ensuring that important feedback and bug reports are captured efficiently.

Core Features & Use Cases

  • Automated Issue Filing: Creates GitHub issues with appropriate labels based on conversational context.
  • Contextual Information Gathering: Automatically includes relevant details like code versions, test artifacts, and reproduction steps.
  • Background Operation: Files issues as a background task, allowing the main conversation to continue unblocked.
  • Use Case: While discussing a bug, a user might say bug: default WSS URL is missing /ssh. This skill would then automatically create a GitHub issue tagged as bug and security, including relevant logs and version information, without pausing the ongoing debugging session.

Quick Start

Use the issue skill to file a bug report about the missing WSS URL.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I file GitHub issues automatically from a chat conversation?

You can automatically file GitHub issues by using conversational triggers like 'bug:' followed by your description. The skill parses your message, extracts relevant context, assigns labels, and creates the issue in the background without interrupting your workflow.

How do I report a bug with code versions and test artifacts included?

To report a bug with full context, describe the issue conversationally. The skill automatically gathers version snapshots and test artifacts, then attaches these details to the GitHub issue before filing it.

Do I need the gh CLI installed to automate issue tracking?

Yes, you need the gh CLI installed because the skill depends on it to interact with GitHub. This dependency allows the skill to classify issues, check for duplicates, and file them directly to your repository.

Can I file a bug report without pausing my debugging session?

Yes, you can file a bug report without pausing your session because the skill supports background execution. It captures the bug report from your conversation and files the GitHub issue asynchronously to keep your workflow unblocked.

How are GitHub issues classified when filed from conversational triggers?

When you file GitHub issues from conversational triggers, they are automatically classified with type, domain, and shape labels. This ensures your bug reports and feedback are categorized correctly in your repository.