issue-create

Create GitHub issues from conversational context using the gh issue create command.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fagemx/thyra --skill issue-create-fagemx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: issue-create
Source: https://github.com/fagemx/thyra/tree/main/.claude/skills/issue-create
Command: npx skills add https://github.com/fagemx/thyra --skill issue-create-fagemx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating GitHub issues by intelligently parsing conversation context, eliminating the need for manual issue creation and formatting.

Core Features & Use Cases

  • Automated Issue Creation: Generates GitHub issues from natural language conversations.
  • Flexible Operations: Supports general issue creation, bug reports, and feature requests.
  • Use Case: After a discussion about a bug in the application, you can invoke this skill to automatically create a bug: issue in GitHub, complete with reproduction steps and relevant context.

Quick Start

Use the issue-create skill to create a bug report from our conversation.

Frequently Asked Questions about issue-create

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

FAQPage Schema
How do I create GitHub issues from a conversation automatically?▼

To create GitHub issues from a conversation, this skill intelligently summarizes discussion context and formats it into structured issues using the `gh issue create` command. It requires user clarification to ensure accuracy and completeness before issue submission.

Can I generate a GitHub bug report with reproduction steps from natural language?▼

Yes, you can generate a GitHub bug report from natural language. This skill supports bug report operations by extracting relevant details from your conversation and formatting them into a structured GitHub issue with reproduction steps and context.

Does this automated issue creation tool support feature requests?▼

Yes, this automated issue creation tool supports feature requests. It intelligently parses your conversational context to extract requirements and formats them into structured GitHub issues using the `gh issue create` command.

Do I need the GitHub CLI installed to automate issue creation from context?▼

Yes, you need the GitHub CLI installed because this skill formats and submits issues using the `gh issue create` command. It relies on this CLI tool to automate the submission of structured issues directly to your repository.