GitHub Copilot 명령 줄 인터페이스 (CLI) 는 리포지토리의 모든 최근 활동을 요약하는 데 도움이 될 수 있습니다. 코파일럿 CLI 는 문제, 끌어오기 요청, 커밋, CI 상태 및 보안 알림에 대한 정보를 찾고 보고서에 이 정보를 요약하도록 요청할 수 있습니다.
예제 시나리오
일주일 후에 리포지토리로 돌아가서 따라잡아야 합니다. 작업의 우선 순위를 지정할 수 있도록 최근 활동 및 프로젝트의 현재 상태를 다루는 단일 보고서를 원합니다.
예제 프롬프트
Summarize activity in this repository over the past week. Highlight anything that looks blocked or urgent, and suggest what I should prioritize.
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.