github-issue

Create GitHub issues from .github/ISSUE_TEMPLATE templates with labels and milestones.

Updated Sep 20, 2025
One-click install
npx skills add https://github.com/yellow-seed/crypto_wallet_tool --skill github-issue-yellow-seed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue
Source: https://github.com/yellow-seed/crypto_wallet_tool/tree/main/.github/skills/github-issue
Command: npx skills add https://github.com/yellow-seed/crypto_wallet_tool --skill github-issue-yellow-seed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue creation is repetitive and inconsistent. This Skill automates creating issues by leveraging existing templates in .github/ISSUE_TEMPLATE to ensure standardized structure for bugs, features, and tasks.

Core Features & Use Cases

  • Template-driven creation: Create issues using bug_report.yml, feature_request.yml, or todo.yml to enforce consistent content.
  • Guided workflow: assists with labeling, milestones, and assignees according to the chosen template.
  • Use Case: When a new bug is reported, generate a properly formatted GitHub issue ready for a PR review based on the template, without manual drafting.

Quick Start

Use this skill to generate a GitHub issue from a request by selecting a template and providing the relevant fields.

Frequently Asked Questions about github-issue

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

FAQPage Schema
How do I automate GitHub issue creation from templates?

Automate GitHub issue creation by selecting a template from .github/ISSUE_TEMPLATE (bug_report.yml, feature_request.yml, or todo.yml) and providing the relevant fields. The Skill generates a properly formatted issue with consistent structure, labels, and metadata enforced by your template, eliminating manual drafting.

What GitHub issue templates does this support?

This Skill supports bug reports, feature requests, and task items using standard .github/ISSUE_TEMPLATE templates. It reads and enforces the structure defined in your bug_report.yml, feature_request.yml, and todo.yml files to maintain consistent issue formatting across your repository.

Can I enforce consistent labeling and guidelines across issues?

Yes. This Skill enforces template adherence, proper labeling, and consistent issue guidelines by routing issue creation through predefined templates. It applies labels, milestones, and assignees according to the chosen template, ensuring all issues meet your project's standards.

Do I need existing .github/ISSUE_TEMPLATE files to use this?

Yes, this Skill requires existing template files in your repository's .github/ISSUE_TEMPLATE directory. It automates issue creation based on these templates, so you must have bug_report.yml, feature_request.yml, or todo.yml configured before using the Skill.

How does this reduce time spent on repetitive issue creation?

Template-driven creation eliminates manual drafting by automating consistent formatting, field population, and metadata assignment. When a bug is reported or a feature requested, the Skill generates a ready-to-review issue in seconds instead of manual composition.