summarize_commit
Analyzes a commit's diff to classify the implemented feature, returning a concise summary of the change's purpose.
Instructions
Analyzes commit diff and returns feature classification via DevMemory(데브메모리).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoUrl | No | Public GitHub 저장소 URL (예: https://github.com/facebook/react). AWS/PlayMCP 배포 시 사용. 로그인 불필요. | |
| repoPath | No | 로컬 Git 저장소 경로. Cursor 로컬 개발 시 사용. | |
| commitHash | Yes | 분석할 커밋 해시 |