github-issue-create

Draft and create GitHub Issues via GitHub CLI with user review.

5|Updated Jan 19, 2025
One-click install
npx skills add https://github.com/JECT-Study/JECT-Official-WebSite-Server --skill github-issue-create-ject-study
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-create
Source: https://github.com/JECT-Study/JECT-Official-WebSite-Server/tree/main/.agent/skills/github-issue-create
Command: npx skills add https://github.com/JECT-Study/JECT-Official-WebSite-Server --skill github-issue-create-ject-study

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams draft and create GitHub Issues quickly, whether the user explicitly requests an issue or uses context from the current conversation.

Core Features & Use Cases

  • Draft Issue: Context-based drafting of an issue in Markdown, following repository conventions.
  • Review: Present draft to user for approval before creation.
  • Create: Use GitHub CLI (gh) to create the issue with a title and body; if gh is unavailable, provide content for manual creation.

Quick Start

현재 대화를 바탕으로 GitHub 이슈를 초안 작성하고 gh를 사용해 제목과 본문을 포함한 이슈를 생성하세요.

Frequently Asked Questions about github-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 using gh CLI?

To create GitHub issues from conversation context, this Skill drafts a Markdown issue and uses the gh CLI to publish it. It formats the title and body based on your discussion, then executes the command to open the issue on your repository.

Can I draft a GitHub issue for review before publishing it?

Yes, you can draft a GitHub issue for review before publishing. The Skill generates context-based Markdown content adhering to ISSUE_TEMPLATE guidelines and presents it for your approval before attempting to create the issue on GitHub.

Do I need GitHub CLI installed to use this issue creation workflow?

GitHub CLI (gh) access is required to automatically create issues. If gh is unavailable, the workflow still drafts the issue content in Markdown but returns the drafted text for you to manually copy and publish on the GitHub repository.

What is the best way to generate bug reports and feature requests from discussions?

Generating bug reports and feature requests from discussions is best handled by AI-assisted drafting that extracts context and formats it into Markdown. This workflow adheres to repository ISSUE_TEMPLATE conventions, ensuring your project management tracking remains consistent and structured.

How to handle issue creation when gh CLI is not available?

When gh CLI is not available, issue creation falls back to providing drafted content for manual use. The Skill formats the issue title and body in Markdown according to ISSUE_TEMPLATE guidelines, allowing you to copy and paste the text directly into the GitHub web interface.