explain_code_changes
Analyze Git commit history to explain which files, functions, and lines changed and their purpose, providing clear context for code reviews.
Instructions
Explains which file, function, and lines changed and their purpose via DevMemory(데브메모리).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 특정 날짜의 모든 커밋 분석 (YYYY-MM-DD) | |
| since | No | 기간 필터 (commitHash/date 없을 때) | |
| repoUrl | No | Public GitHub 저장소 URL (예: https://github.com/facebook/react). AWS/PlayMCP 배포 시 사용. 로그인 불필요. | |
| filePath | No | 특정 파일만 필터 (예: payment_service.py) | |
| repoPath | No | 로컬 Git 저장소 경로. Cursor 로컬 개발 시 사용. | |
| commitHash | No | 특정 커밋 분석 | |
| maxCommits | No | 분석할 최대 커밋 수 |