From github
Creates GitHub issues from a description following TDD principles, labeling conventions, and repo templates. Analyzes state, avoids duplicates, and reports issue URL.
npx claudepluginhub fradser/dotclaude --plugin githubdescriptioncreate-issues/# 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...
/create-issuesCreates GitHub issues from a description using TDD principles, Conventional Commits format, proper labels, and branch-aware strategy. Documents decisions and follow-ups.
/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.
/issue-createCreates a structured GitHub issue from current context or optional description. Checks for repo issue templates, drafts title/body with summary, behaviors, criteria, context, and notes.
/create-issueCreates detailed GitHub issues for features, bugs, or refactors with TDD plans, technical specs, agent instructions for PR lifecycle, and auto-labels. Accepts type/description args or prompts interactively.
/create-issueCreates GitHub issue with validated labels via content analysis for type and principles, fetches repo labels, applies templates, and previews before submission.
/SKILLExecutes automated project-wide refactoring across all code files, focusing on cross-file optimizations, duplication reduction, and consistency. Produces change summary with rollback info.
Share bugs, ideas, or general feedback.
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 examples