Content Preview
--- 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
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/git_status.md \
https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/git_status.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/disler/claude-code-hooks-masteryThen reference at .claude/commands/git_status.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
using-tmux-for-interactive-commands
Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys
using-tmux-for-interactive-commandsusingtmuxfor
by Jesse Vincent · obra-superpowers-lab
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins