Install
openclaw skills install git-quickShow a quick summary of the current git repo — branch, status, recent commits, and contributor stats.
openclaw skills install git-quickA lightweight skill that displays a quick summary of the current git repository.
Run the script directly:
bash git-quick.sh
Or use the shorthand:
bash git-quick.sh --short # Only show branch + status
bash git-quick.sh --commits # Only show recent commits
bash git-quick.sh --stats # Only show contributor stats
=== Git Quick Summary ===
Branch: main (up to date with origin/main)
--- Status ---
M src/app.ts
A src/utils.ts
?? config.local.json
--- Recent Commits ---
a1b2c3d feat: add user auth module (2 hours ago)
e4f5g6h fix: resolve login redirect loop (5 hours ago)
i7j8k9l docs: update API reference (1 day ago)
--- Top Contributors ---
alice 42 commits
bob 28 commits
carol 15 commits