/install git-summary
\r \r
Git Summary Skill\r
\r This skill provides a comprehensive overview of the current Git repository state.\r \r
Usage\r
\r 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.\r \r
Instructions\r
\r
- Repository Status: Run
git status --short --branchto get the current branch and working directory status.\r \r - Recent Commits: Run
git log --oneline -10 --decorateto show the last 10 commits with branch/tag decorations.\r \r - Branch Overview: Run
git branch -a --listto list all local and remote branches.\r \r - Remote Info: Run
git remote -vto show configured remotes.\r \r - Uncommitted Changes Summary: \r
- Run
git diff --statfor unstaged changes\r - Run
git diff --cached --statfor staged changes\r \r
- Run
- Contributors (optional, for larger context): Run
git shortlog -sn --all | head -10to show top 10 contributors.\r \r
Output Format\r
\r Present the gathered information in a structured format:\r \r
## 📊 Git Repository Summary\r
\r
### Current Branch & Status\r
- Branch: `\x3Cbranch_name>`\r
- Status: \x3Cclean/dirty with X modified, Y staged, Z untracked>\r
\r
### Recent Commits (Last 10)\r
\x3Cformatted commit list>\r
\r
### Branches\r
- Local: \x3Ccount> branches\r
- Remote: \x3Ccount> branches\r
\x3Clist notable branches>\r
\r
### Remotes\r
\x3Clist remotes with URLs>\r
\r
### Uncommitted Changes\r
\x3Csummary of staged and unstaged changes>\r
```\r
\r
## Notes\r
\r
- If not in a git repository, inform the user and suggest initializing one with `git init`.\r
- For large repositories, the contributor list may take a moment - warn the user if this is expected.\r
- Always respect that some information may be sensitive - don't expose full URLs if they contain tokens.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install git-summary - After installation, invoke the skill by name or use
/git-summary - Provide required inputs per the skill's parameter spec and get structured output
What is Git Summary?
Get a quick summary of the current Git repository including status, recent commits, branches, and contributors. It is an AI Agent Skill for Claude Code / OpenClaw, with 3588 downloads so far.
How do I install Git Summary?
Run "/install git-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git Summary free?
Yes, Git Summary is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Git Summary support?
Git Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Git Summary?
It is built and maintained by zweack (@zweack); the current version is v1.0.0.