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 skill is triggered — by the user, by Claude, or both
Slash command
/github:create-issuesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute automated GitHub issue creation workflow for $ARGUMENTS following TDD principles and conventional commit standards.
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 githubGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.