원클릭으로
open-issue
Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generates changelog entries for Factorio MODs from commits since the last release. Use when the user wants to update changelog.txt, add changelog entries, or document changes for a Factorio MOD.
Start Hanami dev server (bin/dev) in background. Use proactively at the start of a Hanami development session, or whenever bin/dev is not running — e.g. when assets watch is needed for tests, when the web server must be up, or when the user asks to start the dev environment.
Git Commit Command
Start working on a GitHub issue. Use when the user wants to work on an issue, start an issue, or begin implementation.
Prepare a new release by triggering GitHub Actions release workflow. Invoke with /prepare-release VERSION
Generates changelog entries from commits since the last release. Use when the user wants to update CHANGELOG.md, add changelog entries, or document changes.
| name | open-issue |
| description | Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request. |
Create a GitHub issue using gh issue create.
$(cat <<'EOF' ... EOF)) for --body to avoid shell escaping issues## Summary, ## Details)--label when the issue type is clear (bug, enhancement, documentation, refactoring)