作業指示ドキュメントからGitHub Issueを作成します
Creates GitHub Issues from task documents with auto-generated labels and formatted bodies.
/plugin marketplace add tadokoro-ryusuke/cc-plugins/plugin install github-tools@cc-plugins[作業指示ドキュメントのパス]作業指示ドキュメントを読み込み、GitHub Issue を作成します。
ドキュメントの読み込み
Issue の構成
Issue テンプレート
## 📋 概要
[概要セクション]
## 🎯 ユーザーストーリー
[ユーザーストーリーセクション]
## ✅ 受け入れ条件
[受け入れ条件セクション]
## 🧪 シナリオ(BDD)
[シナリオセクション]
## 🔧 技術要件
[技術要件セクション]
## ⚠️ 制約事項
[制約事項セクション]
## 📅 スケジュール
[優先度とスケジュールセクション]
---
### 関連情報
- アーキテクチャ: FSD + Clean Architecture + DDD
- TDD: t-wada 式 Red→Green→Refactor→Commit
GitHub CLI コマンドの実行
gh issue create \
--title "[タイトル]" \
--body "[整形された本文]" \
--label "[ラベル]"
作成後の処理
/github-tools:issue ./docs/tasks/add-client-search.md
もし$ARGUMENTS が指定されていない場合は、最初に /github-tools:task コマンドで作業指示を作成することを提案します。
ultrathink
/issueYou are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into actionable fixes and feature requests into production-ready code.