From github
Creates GitHub issues from a description following TDD principles, labeling conventions, and repo templates. Analyzes state, avoids duplicates, and reports issue URL.
How this command is triggered — by the user, by Claude, or both
Slash command
/github:SKILL descriptioncreate-issues/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Create GitHub Issues Execute automated GitHub issue creation workflow for $ARGUMENTS following TDD principles and conventional commit standards. ## Context - Current git status: !`git status` - Current branch: !`git branch --show-current` - Open issues: !`gh issue list --state open --limit 10` - GitHub authentication: !`gh auth status` ## Requirements Summary Follow TDD principles, conventional commits, and protected branch workflows. Use proper labels, auto-closing keywords, and atomic commits. See `references/requirements.md` for complete standards. ## Phase 1: Repository Analysis...
Execute automated GitHub issue creation workflow for $ARGUMENTS following TDD principles and conventional commit standards.
git statusgit branch --show-currentgh issue list --state open --limit 10gh auth statusFollow TDD principles, conventional commits, and protected branch workflows. Use proper labels, auto-closing keywords, and atomic commits. See references/requirements.md for complete standards.
Goal: Assess repository state, detect templates, and determine issue scope and type.
Actions:
CONTRIBUTING.md) and follow its requirements.github/ISSUE_TEMPLATE/ directorygh issue create --list$ARGUMENTS complexityreferences/decision-logic.mdSee references/repository-templates.md for template detection and compliance details.
Goal: Create GitHub issue with proper structure, labels, and links.
Actions:
references/decision-logic.md for commands)references/issue-structure.mdGoal: Document decisions and communicate follow-up actions.
Actions:
references/requirements.md - Full TDD and commit standardsreferences/decision-logic.md - Branch-based decisions and issue typesreferences/issue-structure.md - Title, labels, body, auto-closingreferences/repository-templates.md - Contributing guidelines and issue templatesreferences/examples.md - Commit message examplesnpx claudepluginhub fradser/dotclaude --plugin github/create-issueCreates a well-structured GitHub issue interactively: prompts for type-specific details (bug/feature/task), applies templates/labels/milestones/projects, and uses GitHub API. Reports issue URL.
/issueCreates a structured GitHub issue with type classification, title prefix, and repository routing, designed for downstream pipeline consumption.
/quick-issueCreates GitHub issue with auto-labels and switches to feature branch (fix/feat/chore) from description for quick tasks. Supports --type, --label, --no-branch flags and GHPM_PROJECT env var.
/create-issueCreates a comprehensive GitHub issue with embedded agent instructions for autonomous PR lifecycle management. Supports feature, bug, and refactor types.
/issue-createCreates a structured GitHub issue from current context or description, with optional template selection and meta-directive handling.
/create-issueCreates GitHub issue with validated labels via content analysis for type and principles, fetches repo labels, applies templates, and previews before submission.