create-issue

Create GitHub issues from templates with security checks via GitHub CLI.

144|16|Updated May 3, 2026
One-click install
npx skills add https://github.com/Terry-Mao/AICodingFlow --skill create-issue-terry-mao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/Terry-Mao/AICodingFlow/tree/main/.agents/skills/create-issue
Command: npx skills add https://github.com/Terry-Mao/AICodingFlow --skill create-issue-terry-mao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually creating GitHub issues can be time-consuming and prone to errors. This skill automates the process, ensuring that issues are created quickly and consistently.

Core Features & Use Cases

  • Template Selection: Automatically selects the best issue template based on the content and context of the conversation.
  • Security Checks: Routes sensitive security reports through a private disclosure flow.
  • Data Preservation: Preserves important information from the user's request, including attachments and conversation snippets.

Quick Start

create-issue "Report a bug with the latest feature."

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I automate GitHub issue creation from conversation requests?

Automating GitHub issue creation from conversation requests involves parsing user input to select the most suitable repository issue template, preserving attachments and context, and using the GitHub CLI to submit the issue automatically.

How does automated template selection work for GitHub issues?

Automated template selection works by analyzing the content and context of your conversation or request, matching the specific issue type to the appropriate predefined GitHub issue template within the repository.

Can I use this to report security vulnerabilities as a private disclosure?

Reporting security vulnerabilities requires a private disclosure flow. This automation includes built-in security checks to identify sensitive information and routes security reports privately rather than using standard public issue templates.

Do I need the GitHub CLI to create issues using templates?

You need the GitHub CLI installed and authenticated to create issues using templates. This automation relies on the GitHub CLI as its core mechanism to programmatically submit the structured issue data to your repository.

What's the best way to preserve attachments when creating GitHub issues?

The best way to preserve attachments when creating GitHub issues is to capture important information, conversation snippets, and file attachments directly from the user's request and embed them into the structured issue template.

What are the limitations of automating issue creation with template selection?

Limitations of automating issue creation include strict dependency on existing repository templates and potential misclassification if the conversation context lacks sufficient detail for accurate automated template selection.