create-pr とは?
現在のブランチからメインへの PR の作成または更新、CI の監視、フィードバックへの対応 ソース: cartridge-gg/docs。
現在のブランチからメインへの PR の作成または更新、CI の監視、フィードバックへの対応
コマンドラインで create-pr AI スキルを開発環境にすばやくインストール
ソース: cartridge-gg/docs。
There are $git status --porcelain | wc -l | tr -d ' ' uncommitted changes. The current branch is $git branch --show-current. The target branch is origin/main.
$git rev-parse --abbrev-ref @{upstream} 2>/dev/null && echo "Upstream branch exists." || echo "There is no upstream branch yet."
Existing PR: $gh pr view --json number,title,url --jq '"#\(.number): \(.title) - \(.url)"' 2>/dev/null || echo "None"
現在のブランチからメインへの PR の作成または更新、CI の監視、フィードバックへの対応 ソース: cartridge-gg/docs。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/cartridge-gg/docs --skill create-pr現在のブランチからメインへの PR の作成または更新、CI の監視、フィードバックへの対応 ソース: cartridge-gg/docs。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/cartridge-gg/docs --skill create-pr インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/cartridge-gg/docs