issue-creation

Generate GitHub and GitLab issues with template resolution and platform detection.

9|1|Updated Jul 9, 2025
One-click install
npx skills add https://github.com/KemingHe/common-devx --skill issue-creation-keminghe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-creation
Source: https://github.com/KemingHe/common-devx/tree/main/.agents/skills/issue-creation
Command: npx skills add https://github.com/KemingHe/common-devx --skill issue-creation-keminghe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of writing actionable, repository-compliant issues by auto-detecting platform conventions and resolving or applying project issue templates so maintainers receive complete, consistent reports.

Core Features & Use Cases

  • Platform detection - Automatically detects GitHub or GitLab and asks when both or neither are present.
  • Template resolution and enrichment - Finds repository issue templates, populates required YAML frontmatter for GitHub templates, and fills the template with reproduction steps, expected behavior, and technical context.
  • Use case - Create a reproducible bug report with error logs, affected files, and related PR/issue links so engineers can triage and fix quickly.

Quick Start

Create a bug report for a null pointer exception in the auth service with steps to reproduce, expected behavior, logs, affected files, and related issues.

Frequently Asked Questions about issue-creation

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

FAQPage Schema
How do I create bug reports and feature requests that match repository issue templates?

To generate bug reports and feature requests that match repository issue templates, use a tool that auto-detects platform conventions, resolves existing templates, and populates required YAML frontmatter for clear triage.

Does issue generation work with both GitHub and GitLab projects?

Issue generation works with both GitHub and GitLab projects by automatically detecting the platform and asking for clarification when both or neither are present in the repository environment.

What's the best way to write reproducible bug reports with error logs and affected files?

The best way to write reproducible bug reports with error logs and affected files is to use a template-driven generator that automatically constructs conventional titles and includes structured reproduction steps alongside related PR and issue references.

How do I populate required YAML frontmatter when creating GitHub issues?

To populate required YAML frontmatter when creating GitHub issues, use an automated template resolution tool that detects the repository's frontmatter requirements and fills in the technical context and expected behavior fields.

Do I need to manually confirm before issue generation tools invoke external tools?

You need to manually confirm before issue generation tools invoke external tools, as the template resolution process requires explicit user confirmation to proceed with creating the ticket after constructing the conventional title and reproduction steps.