mainブランチへのPRを作成します。
Creates a pull request to the main branch using gh CLI. Use this when you've finished work on a feature branch and need to submit your changes for review.
/plugin marketplace add 9en/dev-claude-code-plugins/plugin install 9en-gh-plugins-gh@9en/dev-claude-code-pluginsmainブランチへのPRを作成します。
# 最新の変更をプッシュ
git push origin <branch-name>
# PRを作成
gh pr create --base main --title "<title>" --body "<body>"
## 概要
<!-- 変更の概要を記述 -->
## 変更内容
<!-- 具体的な変更内容をリスト -->
-
## テスト
<!-- テスト方法や確認事項 -->
- [ ]
## 関連Issue
<!-- 関連するIssueがあればリンク -->
Closes #