A Claude Code skill (slash command) to open a PR after committing all outstanding changes and pushing them.
--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git push:*), Bash(gh pr create:*) description: すべてをコミットしてプッシュし、main への PR リクエストを開く --- ## コンテキスト - 現在の git ステータス: !`git status` - 現在の git diff (ステージング済みおよび未ステージングの変更): !`git diff HEAD` - 現在のブランチ: !`git branch --show-current` - 最近のコミット: !`git log --oneline -10` ## あなたのタスク 1. 既存の変更を確認し、従来の co に従って git コミットを作成します...