ワンクリックで
start-issue
Start working on a GitHub issue. Use when the user wants to work on an issue, start an issue, or begin implementation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start working on a GitHub issue. Use when the user wants to work on an issue, start an issue, or begin implementation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | start-issue |
| description | Start working on a GitHub issue. Use when the user wants to work on an issue, start an issue, or begin implementation. |
Begin work on a GitHub issue by viewing its details and creating a working branch.
gh issue viewgh issue view --json labelsFormat: <prefix>/<issue-title-in-kebab-case>
| Label | Prefix |
|---|---|
enhancement | feature/ |
bug | fix/ |
refactor | refactor/ |
| other | chore/ |
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
Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.
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.