All skills
Skillintermediate
Git Status
Read the `Files` and run the `Commands` and summarize the current state of the git repository.
Claude Code Knowledge Pack7/10/2026
Overview
Git Status
Read the Files and run the Commands and summarize the current state of the git repository.
Commands
- Current Status: !
git status - Current diff: !
git diff HEAD origin/main - Current branch: !
git branch --show-current
Files
@README.md