Create GitHub Issues

VerifiedSafe

Creates GitHub issues by interviewing the user to clarify the problem before submitting. Discovers related issues for context, composes a clear title and body, and opens the issue in browser for final review.

Sby Skills Guide Bot
DevelopmentIntermediate
906/2/2026
Claude Code
#github-issue#issue-creation#user-interview#bug-report

Recommended for

Our review

This skill creates well-structured GitHub issues by interviewing the user to gather enough detail for an actionable issue.

Strengths

  • Gathers comprehensive details through a structured interview
  • Checks for related issues to avoid duplicates
  • Composes a clear title and body for the issue
  • Opens the issue in the browser for final review

Limitations

  • Requires active user participation during the interview
  • Depends on the gh CLI being installed and configured
  • May not cover all edge cases for complex issue types
When to use it

Use this skill when you need to file a new GitHub issue with proper structure and context.

When not to use it

Do not use it for viewing, listing, closing, or editing existing issues, or when gh CLI is not available.

Security analysis

Safe
Quality score80/100

The skill uses Bash(gh *) exclusively for creating GitHub issues via the GitHub CLI. It does not instruct any destructive, exfiltrating, or obfuscated actions. The allowed tool is limited to a legitimate purpose.

No concerns found

Examples

Report a bug
Create a new issue about a bug in the login page where the form doesn't submit when the password field contains special characters.
Feature request
File an issue for a feature request to add dark mode support to the web application.
Report a crash
Report a bug where the app crashes on startup when the user has more than 1000 contacts.

name: issue description: Creates GitHub issues by interviewing the user to clarify the problem before submitting. Use when user mentions create issue, new issue, open issue, file issue, report bug, submit issue, github issue, report issue. Do NOT use for viewing, listing, closing, or editing existing issues. allowed-tools: Bash(gh *) disable-model-invocation: true argument-hint: [brief description of the problem]

Issue Skill

Create well-structured GitHub issues by interviewing the user to gather enough detail for an actionable issue. Discovers related issues for context, composes a clear title and body, and opens the issue in browser for final review.

Workflows

Create Issue

Trigger: "create issue", "new issue", "open issue", "file issue", "report bug", "submit issue"

Read and follow create.md.

Related skills