gh-issue

Create GitHub issues with codebase analysis and solution options.

16|1|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/Hey-Diga/dotclaude --skill gh-issue-hey-diga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issue
Source: https://github.com/Hey-Diga/dotclaude/tree/main/skills/gh-issue
Command: npx skills add https://github.com/Hey-Diga/dotclaude --skill gh-issue-hey-diga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts brief feature, bug, or chore ideas into fully formed, actionable GitHub issues that include codebase analysis, acceptance criteria, and implementation options to speed triage and reduce back-and-forth.

Core Features & Use Cases

  • Codebase Analysis: Inspect relevant files to identify affected areas and list concrete files and changes to consider.
  • Clarification Workflow: Ask targeted questions to resolve ambiguities before drafting the issue.
  • Structured Issue Drafting: Produce a Problem Statement, User Value, Definition of Done, Manual Testing Checklist, and multiple potential solutions to guide implementation.
  • Use Case: A developer or product manager has a short idea or bug report and needs a vetted, detailed issue ready for assignment or prioritization.

Quick Start

Use the gh-issue skill by describing the feature, bug, or chore in one sentence, for example: /gh-issue "Add dark mode support to the dashboard".

Frequently Asked Questions about gh-issue

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

FAQPage Schema
How do I create detailed GitHub issues from a short feature idea?

To create a detailed GitHub issue from a short feature idea, provide a one-sentence description of the proposed feature, bug, or chore. The tool inspects the codebase, asks clarifying questions, drafts a structured issue with acceptance criteria, and publishes it using gh issue create after approval.

Can I automate GitHub issue triage with codebase analysis?

Yes, you can automate GitHub issue triage by having the tool inspect relevant files to identify affected areas. It lists concrete files and changes to consider, resolving ambiguities through targeted questions before drafting the final issue.

What is the best way to draft a GitHub issue with a testing checklist?

The best way to draft a GitHub issue with a testing checklist is to use an automation tool that generates a Problem Statement, Definition of Done, and Manual Testing Checklist. It performs code inspection and proposes multiple potential solutions to guide implementation.

Does the GitHub issue drafting process require user approval before publishing?

Yes, the GitHub issue drafting process requires user approval before publishing. After inspecting the codebase and drafting the structured issue with implementation options, it uses the gh issue create command only after you approve the final content.

What should a product manager include in a GitHub issue for a new bug report?

A product manager should include a Problem Statement, User Value, Definition of Done, and a Manual Testing Checklist in a GitHub issue. The tool analyzes the codebase to provide concrete files and multiple solution options to speed up triage and reduce back-and-forth.