catchup
OfficialTrack Git changes and summarize quickly.
AuthorTakSung
Version1.0.0
Installs0
System Documentation
What problem does it solve?
이 스킬은 현재 작업 중인 코드의 변경사항을 빠르게 파악하여 컨텍스트를 제공합니다. 미커밋/커밋 히스토리, 최근 변경 사항을 한눈에 확인하고 비교할 수 있습니다.
Core Features & Use Cases
- 미커밋 변경사항:
./scripts/git-helper.sh status로 Staged + Unstaged 변경사항 확인 - 직전 커밋:
./scripts/git-helper.sh last로 가장 최근 커밋 상세 정보 확인 - 최근 커밋 목록:
./scripts/git-helper.sh log [n]로 최근 n개 커밋 목록 보기 - 커밋 범위 비교:
./scripts/git-helper.sh diff <start> <end>로 두 커밋 사이 변경사항 비교
Quick Start
현재 변경사항과 최근 히스토리를 빠르게 보려면 다음 명령을 실행합니다:
./scripts/git-helper.sh status
./scripts/git-helper.sh last
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: catchup Download link: https://github.com/TakSung/python-katas/archive/main.zip#catchup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.