{"meta":{"title":"リポジトリ アクティビティのトリアージと集計","intro":"Copilotは、フォローしているリポジトリから重要な情報を抽出して、最近のアクティビティの up-to-date を維持できます。","product":"GitHub Copilot","breadcrumbs":[{"href":"/ja/copilot","title":"GitHub Copilot"},{"href":"/ja/copilot/tutorials","title":"チュートリアル"},{"href":"/ja/copilot/tutorials/copilot-cookbook","title":"GitHub Copilot クックブック"},{"href":"/ja/copilot/tutorials/copilot-cookbook/communicate-effectively","title":"効率的なコミュニケーション"},{"href":"/ja/copilot/tutorials/copilot-cookbook/communicate-effectively/summarize-repository-activity","title":"リポジトリ アクティビティの概要"}],"documentType":"article"},"body":"# リポジトリ アクティビティのトリアージと集計\n\nCopilotは、フォローしているリポジトリから重要な情報を抽出して、最近のアクティビティの up-to-date を維持できます。\n\nGitHub Copilot CLI は、リポジトリ内のすべての最近のアクティビティを要約するのに役立ちます。\nCopilot CLI は、問題、プル要求、コミット、CI 正常性、およびセキュリティ通知に関する情報を検索し、この情報をレポートに要約するよう依頼できます。\n\n## サンプル シナリオ\n\n1 週間後にリポジトリに戻り、追いつく必要があります。 作業に優先順位を付けることができるように、最近のアクティビティとプロジェクトの現在の正常性に関する 1 つのレポートが必要です。\n\n## プロンプトの例\n\n```text copy\nSummarize activity in this repository over the past week. Highlight anything that looks blocked or urgent, and suggest what I should prioritize.\n```\n\n## 応答の例\n\n> \\[!NOTE] 次の応答は例です。 Copilot Chat の応答は非決定的であるため、ここで示したものとは異なる応答が返される可能性があります。\n\n```text\nRepository activity summary (past 7 days)\n\nP1 — Urgent\n- CI failing on `main`: the `build-and-test` workflow has been red since commit a1b2c3d (\"Refactor auth middleware\"). Three subsequent PRs are blocked from merging.\n- Security alert: a high-severity Dependabot alert for `lodash` (CVE-2025-12345) is open and unassigned.\n\nP2 — Needs attention soon\n- PR #482 (\"Add OAuth device flow support\") has 2 approvals and passing checks, but has been waiting 4 days for a final sign-off from a code owner.\n- Issue #475 (\"Crash on startup with empty config file\") was reopened after a regression; 5 new comments and a reproduction case were added yesterday.\n\nP3 — Routine\n- 4 new issues opened, mostly minor UI bugs and documentation requests. None are labeled `bug:critical`.\n- 12 commits merged to `main` across 6 PRs, primarily dependency bumps and test cleanup.\n\nSuggested next steps:\n1. Investigate and fix the failing `build-and-test` workflow to unblock merges.\n2. Triage the Dependabot alert and assign an owner.\n3. Review PR #482 so it can ship.\n```\n\n## 詳細については、次を参照してください。\n\n* [GitHub Copilot CLI](/ja/copilot/how-tos/copilot-cli)"}