create-github-issue

Draft GitHub issues from .github/ISSUE_TEMPLATE files with safety checks.

92|7|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/encero-systems/incan --skill create-github-issue-encero-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issue
Source: https://github.com/encero-systems/incan/tree/main/.agents/skills/create-github-issue
Command: npx skills add https://github.com/encero-systems/incan --skill create-github-issue-encero-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually creating GitHub issues is time-consuming and prone to error. This skill automates the process, allowing you to draft issue titles and bodies quickly using pre-defined issue templates.

Core Features & Use Cases

  • Template-based Creation: Utilizes existing GitHub issue templates to create standardized issue reports.
  • User Intent Matching: Matches the user's request with the appropriate issue template.
  • Safety Checks: Performs safety checks to prevent sensitive data exposure in public issue text.
  • Use Case: Efficiently create a new GitHub issue by choosing a template and providing relevant details.

Quick Start

Use the create-github-issue skill to create an issue for the "incan" repository. Specify the issue type when prompted.

Frequently Asked Questions about create-github-issue

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

FAQPage Schema
How do I automate GitHub issue creation using repository templates?

You can automate GitHub issue creation by parsing and applying the .github/ISSUE_TEMPLATE files in your target repository to draft standardized bug reports or feature requests.

Does automated issue creation work with existing .github/ISSUE_TEMPLATE files?

Yes, automated issue creation works by directly parsing and applying your existing .github/ISSUE_TEMPLATE files, matching user intent to the appropriate template to ensure standardized issue reporting.

How can I prevent sensitive data exposure when drafting public GitHub issues?

To prevent sensitive data exposure when drafting public GitHub issues, the issue text must pass built-in public text safety gates before the automated creation process completes.

Can I use GitHub issue templates for automating RFC proposals and bug reporting?

Yes, you can use GitHub issue templates for automating RFC proposals and bug reporting, as the system matches your request with the appropriate template for team development workflows.

What is the best way to standardize feature requests across multiple GitHub repositories?

The best way to standardize feature requests is to automate issue creation by parsing existing .github/ISSUE_TEMPLATE files in the target repository, ensuring consistent formatting and content.