プラグインに関する要望、改善提案、バグ報告を shiiman/claude-code-plugins リポジトリに Issue として投稿します。
Collects user feedback and submits it as GitHub issues to the shiiman/claude-code-plugins repository.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-plugin@shiiman-claude-code-pluginsプラグインに関する要望、改善提案、バグ報告を shiiman/claude-code-plugins リポジトリに Issue として投稿します。
/shiiman-plugin:report
/shiiman-plugin:report --help
| オプション | 説明 |
|---|---|
--help | このコマンドのヘルプを表示 |
--help が指定された場合: このファイルの内容を要約して表示し、終了。
ユーザーに Issue の種類を選択してもらう:
| 種類 | ラベル | 説明 |
|---|---|---|
| 要望 (Feature Request) | enhancement | 新しい機能の追加リクエスト |
| 改善 (Improvement) | improvement | 既存機能の改善提案 |
| バグ (Bug) | bug | 不具合の報告 |
質問例: 「どの種類の Issue を作成しますか?
要望(新機能の追加)
改善(既存機能の改善)
バグ(不具合の報告)」
Issue のタイトルを確認
「Issue のタイトルを入力してください(簡潔に)」
要望/改善の場合:
バグの場合:
Issue 内容をプレビュー表示してユーザーに確認を求める。承認後、以下のコマンドで Issue を作成:
gh issue create \
--repo shiiman/claude-code-plugins \
--title "{title}" \
--body "{body}" \
--label "{label}"
作成した Issue の URL を表示:
✅ Issue を作成しました
#{number}: {title}
URL: https://github.com/shiiman/claude-code-plugins/issues/{number}
ご報告ありがとうございます!
## 概要
{概要}
## 背景
{背景}
## 期待動作
{期待動作}
---
📝 この Issue は `shiiman-plugin:report` コマンドで作成されました
## 概要
{概要}
## 背景
{背景}
## 改善案
{期待動作/改善案}
---
📝 この Issue は `shiiman-plugin:report` コマンドで作成されました
## 概要
{概要}
## 再現手順
1. {手順1}
2. {手順2}
3. ...
## 期待動作
{期待動作}
## 実際の動作
{実際の動作}
## 環境情報
- OS: {OS}
- Claude Code バージョン: {バージョン}
---
📝 この Issue は `shiiman-plugin:report` コマンドで作成されました
shiiman/claude-code-plugins に固定