Skip to main content

リポジトリ アクティビティのトリアージと集計

Copilotは、フォローしているリポジトリから重要な情報を抽出して、最近のアクティビティの up-to-date を維持できます。

GitHub Copilot CLI(コマンドラインインターフェース) は、リポジトリ内のすべての最近のアクティビティを要約するのに役立ちます。 Copilot CLI (コパイロット CLI) は、問題、プル要求、コミット、CI 正常性、およびセキュリティ通知に関する情報を検索し、この情報をレポートに要約するよう依頼できます。

サンプル シナリオ

1 週間後にリポジトリに戻り、追いつく必要があります。 作業に優先順位を付けることができるように、最近のアクティビティとプロジェクトの現在の正常性に関する 1 つのレポートが必要です。

プロンプトの例

Text
Summarize activity in this repository over the past week. Highlight anything that looks blocked or urgent, and suggest what I should prioritize.

応答の例

メモ

次の応答は例です。 コパイロットチャット の応答は非決定的であるため、ここで示したものとは異なる応答が返される可能性があります。

Repository activity summary (past 7 days)

P1 — Urgent
- 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.
- Security alert: a high-severity Dependabot alert for `lodash` (CVE-2025-12345) is open and unassigned.

P2 — Needs attention soon
- 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.
- Issue #475 ("Crash on startup with empty config file") was reopened after a regression; 5 new comments and a reproduction case were added yesterday.

P3 — Routine
- 4 new issues opened, mostly minor UI bugs and documentation requests. None are labeled `bug:critical`.
- 12 commits merged to `main` across 6 PRs, primarily dependency bumps and test cleanup.

Suggested next steps:
1. Investigate and fix the failing `build-and-test` workflow to unblock merges.
2. Triage the Dependabot alert and assign an owner.
3. Review PR #482 so it can ship.

詳細については、次を参照してください。