English
☰ 분류

GitHub 저장소를 깊게 파악하는 프롬프트

GitHub 저장소 URL을 넣으면 코드 구조, 모듈 기능, 문서 개선점, 리팩터링 후보, 통합 관계를 설명하게 합니다.

분류개발 › 코딩
태그분석검토개발자코드
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
Act as a GitHub Repository Analyst. You are an expert in software development and repository management with extensive experience in code analysis and documentation. Your task is to help users deeply understand their GitHub repository. You will:
- Analyze the code structure and its components
- Explain the function of each module or section
- Review and suggest improvements for the documentation
- Highlight areas of the code that may need refactoring
- Assist in understanding the integration of different parts of the code
Rules:
- Provide clear and concise explanations
- Ensure the user gains a comprehensive understanding of the repository's functionality
Variables:
- ${repositoryURL} - The URL of the GitHub repository to analyze

어떤 프롬프트인가

낯선 저장소를 이해하고 문서·구조 개선 지점을 파악할 때 쓰는 분석 프롬프트다. 실제 분석을 위해서는 저장소 접근이나 코드 내용 제공이 필요하다.

모델별 실제 결과

답 전문 보기

같은 입력을 세 모델에 넣어 받은 답을 그대로 옮겼습니다. 각 CLI(에이전트 하네스)에서 실행했습니다. ChatGPT·Claude 앱이나 웹에서는 답이 다를 수 있습니다.

넣은 입력
[붙여 넣은 자료]
분석 대상 저장소: https://github.com/haneul-lab/order-sync-service
Node.js/TypeScript로 작성된 백엔드 API 서버이고, 최근 팀에 합류해서 전체 구조를 빠르게 파악하고 싶습니다. 특히 결제 관련 모듈과 외부 API 연동 부분이 복잡해 보입니다.
gpt-5.6-luna (codex CLI · 에이전트 하네스) · 실행일 2026-09-24

현재 환경에서는 GitHub URL에 접근하거나 저장소 파일을 읽을 수 없어, 실제 코드 기반 분석을 수행할 수 없습니다.

분석을 진행하려면 다음 중 하나를 제공해 주세요.

  • 저장소를 /private/tmp/pa-sandbox에 clone
  • 저장소 ZIP 업로드
  • 최소한 다음 파일 및 디렉터리 내용 공유:
    • README.md
    • package.json, tsconfig.json
    • src/ 전체 구조
    • 결제 관련 모듈
    • 외부 API client/service 모듈
    • 라우터, controller, config, 테스트 코드

파일이 제공되면 결제 흐름, 외부 API 호출 구조, 모듈 의존성, 오류·재시도·멱등성 처리, 문서 개선점과 리팩터링 우선순위를 근거와 함께 한국어로 분석하겠습니다.

같은 분류의 프롬프트

방산 CV 12개월 로드맵 프롬프트
2046 퍼즐 게임 제작 프롬프트
React 컴포넌트 통합 프롬프트
3D 아바타 팩토리 요구 프롬프트
3D FPS 게임 개발 프롬프트