{"meta":{"title":"리포지토리 활동을 분류하고 요약하기","intro":"Copilot은 사용자가 팔로우하는 리포지토리에서 핵심 정보를 추출해 최근 활동을 최신 상태로 파악할 수 있도록 도와줍니다.","product":"GitHub Copilot","breadcrumbs":[{"href":"/ko/copilot","title":"GitHub Copilot"},{"href":"/ko/copilot/tutorials","title":"자습서"},{"href":"/ko/copilot/tutorials/copilot-cookbook","title":"GitHub Copilot 활용 안내서"},{"href":"/ko/copilot/tutorials/copilot-cookbook/communicate-effectively","title":"효과적인 커뮤니케이션"},{"href":"/ko/copilot/tutorials/copilot-cookbook/communicate-effectively/summarize-repository-activity","title":"리포지토리 작업 요약"}],"documentType":"article"},"body":"# 리포지토리 활동을 분류하고 요약하기\n\nCopilot은 사용자가 팔로우하는 리포지토리에서 핵심 정보를 추출해 최근 활동을 최신 상태로 파악할 수 있도록 도와줍니다.\n\nGitHub Copilot CLI 는 리포지토리의 모든 최근 활동을 요약하는 데 도움이 될 수 있습니다.\nCopilot CLI 는 문제, 끌어오기 요청, 커밋, CI 상태 및 보안 알림에 대한 정보를 찾고 보고서에 이 정보를 요약하도록 요청할 수 있습니다.\n\n## 예제 시나리오\n\n일주일 후에 리포지토리로 돌아가서 따라잡아야 합니다. 작업의 우선 순위를 지정할 수 있도록 최근 활동 및 프로젝트의 현재 상태를 다루는 단일 보고서를 원합니다.\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](/ko/copilot/how-tos/copilot-cli)"}