From GitHub
Creates GitHub issues following test-driven development principles and proper labeling conventions. This skill should be used when the user asks to "create an issue", "file a bug", or needs to document new requirements, epics, or PR-scoped tasks.
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.md--label
--assignee--milestone or projects using --project if requestedCloses/Fixes/Resolves #N) only trigger when the PR merges into the repository's default branch (usually main/master). If the issue will be resolved by a PR targeting a non-default branch (e.g. develop), warn the user that the issue will NOT close automatically and must be closed manually.Goal: 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 daisycatts/dotclaude --plugin github/SKILLEnables work verification for a task. Claude completes the work, verifies it, and appends a verified tag before session exit.
/SKILLResolves a GitHub issue by creating an isolated worktree, implementing a TDD fix, and opening a PR with auto-closing keywords.
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.