Create GitHub issues with AI labeling and content type detection. TRIGGERS - create issue, file bug, feature request, report issue, gh issue create, new issue.
View on GitHubterrylica/cc-skills
gh-tools
January 25, 2026
Select agents to install to:
npx add-skill https://github.com/terrylica/cc-skills/blob/main/plugins/gh-tools/skills/issue-create/SKILL.md -a claude-code --skill issue-createInstallation paths:
.claude/skills/issue-create/# Issue Create Skill Create well-formatted GitHub issues with intelligent automation including AI-powered label suggestions, content type detection, template formatting, and related issue linking. ## When to Use - Creating bug reports, feature requests, questions, or documentation issues - Need AI-powered label suggestions from repository's existing taxonomy - Want automatic duplicate detection and related issue linking - Need consistent issue formatting across different repositories ## Invocation **Slash command**: `/gh-tools:issue-create` **Natural language triggers**: - "Create an issue about..." - "File a bug for..." - "Submit a feature request..." - "Report this problem to..." - "Post an issue on GitHub..." ## Features ### 1. Repository Detection - Auto-detects repository from current git directory - Supports explicit `--repo owner/repo` flag - Checks permissions before attempting to create ### 2. Content Type Detection - AI-powered detection (gpt-4.1 via gh-models) - Fallback to keyword matching - Types: Bug, Feature, Question, Documentation ### 3. Title Extraction - Extracts clear title from content - Adds type prefix (Bug:, Feature:, etc.) - Limits to 72 characters ### 4. Template Formatting - Auto-selects template based on content type - Bug: Steps to reproduce, Expected/Actual behavior - Feature: Use case, Proposed solution - Question: Context, What was tried - Documentation: Location, Suggested change ### 5. Label Suggestion - Fetches repository's existing labels - AI suggests 2-4 relevant labels - Only suggests labels that exist (taxonomy-aware) - 24-hour cache for performance ### 6. Related Issues - Searches for similar issues - Links related issues in body - Warns about potential duplicates ### 7. Preview & Confirm - Full preview before creation - Dry-run mode available - Edit option for modifications ## Usage Examples ### Basic Usage ```bash # From within a git repository bun ~/eon/cc-skills/plugins/gh-tools/scripts/issue-crea