このコマンドは、git push 後に指定された番号のPRまたはIssueの説明を最新のコミット内容に基づいて更新します。
Updates PR/Issue descriptions with latest commit details after pushing. Use this to automatically document recent changes without manual editing.
/plugin marketplace add nanasess/eccube-dev-agents/plugin install eccube-dev-agents@local-dev-marketplaceこのコマンドは、git push 後に指定された番号のPRまたはIssueの説明を最新のコミット内容に基づいて更新します。
pr-<no>.md または issue-<no>.md というファイル名で docs 以下に現在の説明を保存$ARGUMENTS - PR/Issue番号(必須)
git branch --show-current で現在のブランチを確認git log --oneline -10 で最新10件のコミットを取得gh pr view <番号> を試行してPRかチェックgh issue view <番号> を試行してIssueかチェックgh pr view <番号> --json title,body で現在のタイトルと説明を取得git log main..HEAD --oneline でPR対象のコミット一覧を取得gh pr edit <番号> --body "更新された説明" で説明を更新gh issue view <番号> --json title,body で現在のタイトルと説明を取得gh issue edit <番号> --body "更新された説明" で説明を更新gh auth login を案内