issue-create

Deduplicate GitHub issues against open and closed items before drafting.

1|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/alunduil/alunduil-chezmoi --skill issue-create-alunduil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-create
Source: https://github.com/alunduil/alunduil-chezmoi/tree/main/dot_claude/skills/issue-create
Command: npx skills add https://github.com/alunduil/alunduil-chezmoi --skill issue-create-alunduil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines GitHub issue filing by performing comprehensive dedup checks across open and closed issues, surfacing the most relevant path (update, reopen, link, or create) before submission.

Core Features & Use Cases

  • Dedup pre-flight across open and closed issues to prevent duplicates
  • Detect repository conventions (issue templates, labels, milestones) and guide submission
  • Structured issue drafting: Title, Summary, Motivation, Scope, Acceptance criteria, Additional context
  • Ready-to-submit content via gh CLI with a final review step
  • Use case: triage a new bug or feature request efficiently and keep cross-links consistent

Quick Start

Ask it to file a new GitHub issue only after completing the dedup and pre-flight checks.

Frequently Asked Questions about issue-create

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

FAQPage Schema
How do I check for duplicate GitHub issues before creating a new one?

To prevent duplicate GitHub issues, perform a comprehensive dedup pre-flight across both open and closed issues to surface relevant matches, then decide whether to update, reopen, link, or create a new issue.

What is the best way to format a new GitHub issue to match repository conventions?

The best way to format a new GitHub issue is to analyze repository conventions like issue templates, labels, and milestones, then draft structured content including title, summary, motivation, scope, and acceptance criteria ready for submission via the gh CLI.

Does filing a GitHub issue with this workflow require the gh CLI?

Filing a GitHub issue through this workflow produces ready-to-submit content designed for the gh CLI, culminating in a final review step before actual submission to ensure accuracy and adherence to repository standards.

Can I triage bug reports and feature requests using automated issue templates?

You can triage bug reports and feature requests by detecting repository conventions and issue templates, guiding the submission process with a structured draft that includes motivation, scope, acceptance criteria, and cross-links for consistent tracking.

What should I do if my GitHub issue matches an existing closed issue?

If your GitHub issue matches an existing closed issue, the dedup pre-flight surfaces the most relevant path such as reopening the original issue or linking your new content, preventing unnecessary duplicates while maintaining context.