create-issue

Create a GitHub issue with a scoped title and body via gh.

3|1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Garsdal/Dojo --skill create-issue-garsdal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/Garsdal/Dojo/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/Garsdal/Dojo --skill create-issue-garsdal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly capture a bug report or improvement request as a well-scoped GitHub issue with enough context for someone else to act on it.

Core Features & Use Cases

  • Issue drafting from intent: Converts a short prompt into a clear, scoped title and structured body.
  • Lightweight code grounding: Performs a brief repository search to add file/line references without deep investigation.
  • GitHub issue creation: Creates the issue via gh and returns the issue URL for follow-up.

Quick Start

Ask the AI to file an issue for: "open an issue for the regression where experiment runs occasionally fail during evaluation in the Dojo framework."

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I create a GitHub issue from a short request?

To create a GitHub issue from a short request, this skill drafts a structured title and body from your prompt, adds lightweight code references, and uses the gh CLI to create the issue and return its URL.

What is the best way to scope bug reports for GitHub?

Scoping bug reports for GitHub involves converting a brief prompt into a clear title and body, performing a brief repository search to add file and line references, and generating a ready-to-file issue.

Does this issue creation workflow require the gh CLI?

Yes, this issue creation workflow requires the gh CLI because it uses the gh command-line tool to create the issue in your repository and return the resulting issue URL for follow-up.

Can I use this to track refactoring requests without implementing them immediately?

Yes, you can use this to track refactoring requests without immediate implementation, as it applies to bug reports, feature requests, refactors, and improvement tracking by drafting ready-to-file issues.

How does adding file and line references to GitHub issues work?

Adding file and line references to GitHub issues works by performing a lightweight repository code search based on your request, grounding the drafted issue body with relevant context without deep investigation.