create-issue

Create GitHub issues with size validation, templates, and duplicate detection.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/aifuun/u-safe-archive --skill create-issue-aifuun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/aifuun/u-safe-archive/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/aifuun/u-safe-archive --skill create-issue-aifuun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reduce noisy, oversized, and duplicate GitHub issues by automating creation with size validation, template support, and duplicate detection so teams get actionable, consistent issues that are easier to plan and complete.

Core Features & Use Cases

  • Size-aware issue creation: Parse task lists, estimate complexity, and recommend PASS/WARN/BLOCK decisions with split suggestions when issues are too large.
  • Duplicate detection: Compare new issue titles and bodies against recent open issues and warn or block creation based on similarity thresholds.
  • Template and batch workflows: Load predefined templates, substitute variables, and support batch issue creation with frontmatter parsing and preview (dry-run) mode.
  • CLI integration: Designed to run alongside the gh CLI for label management and issue creation, suitable for maintainers, PMs, and contributors enforcing repository standards.

Quick Start

Create a new issue titled "Add dark mode support" using the feature template, run size validation, and block creation if it exceeds repository thresholds.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I prevent oversized GitHub issues from being created?

You can prevent oversized GitHub issues by using size-aware validation to parse task lists, estimate complexity, and recommend PASS, WARN, or BLOCK decisions with split suggestions for issues exceeding repository thresholds.

Can I batch create GitHub issues using templates with the gh CLI?

Yes, you can batch create GitHub issues using the gh CLI by loading predefined templates, substituting variables, and parsing frontmatter with a preview dry-run mode to verify output before actual creation.

How does size estimation work when creating GitHub issues?

Size estimation works by parsing task lists within the issue body to estimate overall complexity, enforcing repository size thresholds, and recommending whether to proceed or split the issue into smaller actionable items.

Do I need the gh CLI installed to automate GitHub issue creation?

Yes, you need the gh CLI installed because this automated workflow integrates directly with it to handle label management and issue creation while enforcing repository standards for maintainers and contributors.