Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Get a quick summary of the current Git repository including status, recent commits, branches, and contributors.
Get a quick summary of the current Git repository including status, recent commits, branches, and contributors.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill provides a comprehensive overview of the current Git repository state.
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.
Repository Status: Run git status --short --branch to get the current branch and working directory status. Recent Commits: Run git log --oneline -10 --decorate to show the last 10 commits with branch/tag decorations. Branch Overview: Run git branch -a --list to list all local and remote branches. Remote Info: Run git remote -v to show configured remotes. Uncommitted Changes Summary: Run git diff --stat for unstaged changes Run git diff --cached --stat for staged changes Contributors (optional, for larger context): Run git shortlog -sn --all | head -10 to show top 10 contributors.
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.