feat(skills): add create-issue slash-command skill#165
Merged
TheMeinerLP merged 5 commits intomainfrom Apr 25, 2026
Merged
Conversation
- add-translation: guide for i18n keys with MiniMessage <arg:N> enforcement - create-service: sealed-interface + DefaultImpl + JUnit 5 test pattern - create-phase: Minestom phase lifecycle with GamePhaseFactory wiring - create-repository: Hibernate repository with ManisGame sealed-interface pattern - create-adapter: Gson JsonDeserializer following adapter subpackage convention - health-check: combined build + test + ArchUnit + import isolation report - db-start: MariaDB Docker Compose start with health check and connection info - create-pr: GitHub PR creation targeting master with project PR template
…s to create-pr skill
Adds /create-issue skill that guides creation of GitHub issues with Conventional Commits titles, duplicate detection, label mapping, milestone assignment, and automatic Voyager Roadmap project linking.
voyager-release-bot Bot
pushed a commit
that referenced
this pull request
Apr 25, 2026
# [1.6.0](v1.5.0...v1.6.0) (2026-04-25) ### Features * **skills:** add create-issue slash-command skill ([#165](#165)) ([2d23eb6](2d23eb6))
|
🎉 This PR is included in version 1.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
Adds a new
/create-issueskill that provides a structured workflow for creating GitHub issues in the Voyager repository. The skill enforces Conventional Commits title format, performs duplicate detection before creation, maps commit types to labels, assigns milestones, and automatically adds new issues to the Voyager Roadmap project (ID 19).Type
feat:— new featureChecklist
feat(skills): add create-issue slash-command skill)Skill:
/create-issueThe skill guides the user through:
gh issue creategh project item-addGenerated with Claude Code