issue-create

Creates GitHub issues with titles, descriptions, labels, and milestones from conversational context.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill issue-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/issue-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill issue-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Упрощает создание GitHub Issue по контексту разговора, автоматически формируя заголовок, описание, метки и Milestone, чтобы ускорить постановку задач и регистрацию багов и запросов на улучшения.

Core Features & Use Cases

  • Automated Issue Creation: Generate a GitHub issue with title, body, labels, and milestone based on the conversation.
  • Template & Context Inference: Selects an appropriate template (bug, task, improvement) from context and applies it to the issue.
  • Batch Support: Can create multiple issues in a single operation when the context contains several tasks or problems.

Quick Start

Call issue-create with a task description to generate a GitHub Issue from the conversation context.

Frequently Asked Questions about issue-create

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

FAQPage Schema
How do I automate GitHub issue creation from conversational context?

You can automate GitHub issue creation by passing conversational context to the issue-create process, which automatically generates titles, descriptions, labels, and milestones for your tasks.

Can I create multiple GitHub issues in a single batch operation?

Yes, batch support allows you to create multiple GitHub issues simultaneously when the conversational context contains several distinct tasks, bugs, or feature requests.

How does template inference work for bug reports and feature requests?

Template inference automatically selects an appropriate GitHub issue template, such as a bug report or feature request, directly from the conversational context and applies it to the generated issue.

Do I need to manually specify labels and milestones when creating GitHub issues?

No, the system automatically determines and assigns appropriate GitHub issue labels and milestones from the provided conversational context whenever possible to streamline project management.

What is the best way to log a bug report from a conversation into GitHub?

The best way to log a bug report is to provide the task description in conversation; the system extracts the context to automatically generate a structured GitHub issue with relevant details.

Are there limitations when inferring GitHub issue templates from context?

While the system can infer templates, titles, and labels automatically, limitations arise if the conversational context lacks sufficient detail to accurately determine the correct GitHub issue structure.