✓ Verified
💻 Development
✓ Enhanced Data
Git Summary
Get a quick summary of the current Git repository including status.
- Rating
- 4.6 (158 reviews)
- Downloads
- 36,184 downloads
- Version
- 1.0.0
Overview
Get a quick summary of the current Git repository including status.
Complete Documentation
View Source →name: git-summary description: Get a quick summary of the current Git repository including status, recent commits, branches, and contributors. user-invocable: true metadata: {"openclaw": {"emoji": "📊", "requires": {"bins": ["git"]}, "os": ["darwin", "linux", "win32"]}}
Git Summary Skill
This skill provides a comprehensive overview of the current Git repository state.Usage
When the user asks for a git summary, repository overview, or wants to understand the current state of a git project, use the terminal to run the following commands and present the results in a clear, organized format.Instructions
- Repository Status: Run
git status --short --branchto get the current branch and working directory status.
- Recent Commits: Run
git log --oneline -10 --decorateto show the last 10 commits with branch/tag decorations.
- Branch Overview: Run
git branch -a --listto list all local and remote branches.
- Remote Info: Run
git remote -vto show configured remotes.
- Uncommitted Changes Summary:
- Run
git diff --statfor unstaged changes
- Run
git diff --cached --statfor staged changes
- Contributors (optional, for larger context): Run
git shortlog -sn --all | head -10to show top 10 contributors.
Output Format
Present the gathered information in a structured format: ``
📊 Git Repository Summary
Current Branch & Status
- Branch:
- Status:
Recent Commits (Last 10)
Branches
- Local:
branches
- Remote:
branches
Remotes
Uncommitted Changes
`
Notes
- If not in a git repository, inform the user and suggest initializing one with
git init`.
- For large repositories, the contributor list may take a moment - warn the user if this is expected.
- Always respect that some information may be sensitive - don't expose full URLs if they contain tokens.
Installation
Terminal bash
openclaw install git-summary
Copied!
Tags
#git_and-github
#git
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author zweack
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install git-summary
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0