issue-open

/issue-open - GitHub Issue作成

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "issue-open" with this command: npx skills add vanilla-bar/kernel/vanilla-bar-kernel-issue-open

/issue-open - GitHub Issue作成

やることをIssueとして積む。

引数: /issue-open <Issueの説明> (省略時は聞く)

手順

  1. 入力の受け取り

$ARGUMENTS またはユーザーの発言をそのまま使う。

入力がない場合のみ聞く:

Issueの内容を教えてください。 例: 「一覧画面でソートが効かない」「CSVエクスポート機能の追加」

入力が曖昧で「何をやるか」が読み取れない場合は、それだけを聞く。設計や実装方針には踏み込まない。

判断基準: 後から見て着手できる程度に「何を」が伝わるか。「どうやって」は不要。

  1. Issue内容の生成

入力から以下を生成する:

  • タイトル: 簡潔な要約(70文字以内)

  • ラベル: bug / enhancement / documentation / question から選ぶ

  • 本文: ユーザーの入力を整理する程度。情報が少なければ短くてよい

  1. 確認

AskUserQuestionで提示し、承認を得る:

タイトル: {TITLE} ラベル: {LABELS}

{BODY}

この内容でIssueを作成してよいですか?

修正があれば反映して再確認。

  1. 作成

gh issue create --title "{TITLE}" --body "$(cat <<'EOF' {BODY} EOF )" --label "{LABELS}"

ラベルなしの場合は --label を省略する。

  1. 完了

IssueのURLを表示する。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

commit

No summary provided by upstream source.

Repository SourceNeeds Review
General

prune

No summary provided by upstream source.

Repository SourceNeeds Review
General

cut-worktree

No summary provided by upstream source.

Repository SourceNeeds Review
General

pr-merge

No summary provided by upstream source.

Repository SourceNeeds Review