create-issue

Automate GitHub issue creation using repository-defined templates and APIs.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill create-issue-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/create-issue
Command: npx skills add https://github.com/nudgebee/nudgebee --skill create-issue-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating GitHub issues by leveraging repository templates, reducing the time and effort spent on manual issue creation.

Core Features & Use Cases

  • Repository Templates: Utilizes issue templates predefined in the repository for feature requests, bug reports, and spikes.
  • Issue Search: Before creating a new issue, searches for existing related issues to avoid duplicates.
  • Context-Aware Creation: Detects code changes to suggest appropriate issue types (feature, bug, spike).
  • Project Board Integration: Automatically adds the created issue to the project board with the current iteration.

Quick Start

Run the create-issue skill with the issue type and title, e.g., create-issue feature "New feature request".

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 using repository templates?

Automating GitHub issue creation uses predefined repository templates for feature requests or bugs to streamline the process. It searches existing issues to avoid duplicates and suggests issue types based on code changes.

How does context-aware issue creation detect issue types from code changes?

Context-aware issue creation detects code changes to suggest appropriate issue types like feature, bug, or spike. It analyzes repository modifications to recommend the correct template for the GitHub issue.

Do I need the GitHub CLI to create issues with repository templates?

Yes, you need the GitHub CLI to interact with GitHub services for issue creation. It provides the API integration required to search issues, apply templates, and manage project board integration.

Can I automatically add a created GitHub issue to the project board?

Yes, project board integration automatically adds the created issue to the project board with the current iteration. This ensures new issues are tracked immediately within your project management workflow.

What is the best way to avoid duplicate GitHub issues when creating new ones?

The best way to avoid duplicate GitHub issues is to search for existing related issues before creation. This ensures that the new issue does not replicate an ongoing conversation or an unresolved bug report.