create-issue

Convert free-form ideas into structured GitHub proposal issues via gh.

84|7|Updated Feb 24, 2025
One-click install
npx skills add https://github.com/not-elm/desktop-homunculus --skill create-issue-not-elm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/not-elm/desktop-homunculus/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/not-elm/desktop-homunculus --skill create-issue-not-elm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures vague product ideas and translates them into structured GitHub proposal templates, enabling fast, repeatable brainstorming and submission.

Core Features & Use Cases

  • Structured drafting: converts free-form ideas into a complete issue template (title, type, problem, proposed solution, Affected Area).
  • Preflight checks: validates the environment (git repo presence and gh authentication) before attempting to file an issue.
  • Duplicate detection: performs a quick keyword search and semantic check against existing issues to avoid duplication.
  • Spec-level brainstorming: delegates refinement to a dedicated brainstorming step to sharpen problem framing and scope (without implementation details).
  • End-to-end workflow: builds the final draft and submits the issue via gh issue create once approved.

Quick Start

Describe your proposal to start drafting a GitHub enhancement issue.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I convert free-form product ideas into structured GitHub issues?

You can convert free-form ideas into structured GitHub issues by mapping them to a conventional template covering title, type, problem, proposed solution, and affected area. This process translates vague concepts into ready-to-file enhancement proposals.

Do I need the gh CLI to create and submit GitHub proposal issues?

Yes, you need the gh CLI installed and authenticated to submit GitHub proposal issues. The workflow performs preflight checks to validate git repo presence and gh authentication before drafting and finalizing issue creation.

Can I check for duplicate GitHub issues before submitting a new enhancement proposal?

Yes, you can check for duplicate GitHub issues before submitting. The workflow performs a quick keyword search and semantic check against existing issues to ensure your enhancement proposal is not a duplicate.

What's the best way to brainstorm and refine a problem scope before filing a GitHub issue?

The best way to refine problem scope before filing is using a dedicated spec-level brainstorming step. This sharpens problem framing and scope without implementation details, ensuring your GitHub issue is focused and clear.

How does the end-to-end workflow for filing GitHub enhancement proposals work?

The end-to-end workflow for filing enhancement proposals works by generating a structured draft from your idea, allowing for review, and then executing issue creation via gh issue create once the draft is approved.