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
Use this skill when you need to file a new GitHub issue with proper structure and context.
Do not use it for viewing, listing, closing, or editing existing issues, or when gh CLI is not available.
Security analysis
SafeThe 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
Create a new issue about a bug in the login page where the form doesn't submit when the password field contains special characters.File an issue for a feature request to add dark mode support to the web application.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.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.