LLM Skills
~/catalog/debugging & maintenance//git_status

Git status

/git_status

Read the `Fichiers`, run the `Commandes`, and summarize the current state of the Git repository.

dislerdisler
3.9k
March 4, 2026
// skill content

--- allowed-tools: Bash(git:*) description: Understand the current state of the git repository --- # 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

// original public source
disler/claude-code-hooks-mastery
/.claude/commands/git_status.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/git_status.md" "https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/git_status.md"
Then in Claude Code, type /git_status to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatordisler
Stars 3.9k
UpdatedMarch 4, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward