Claude-skill-registry gitinfo
Provide a concise summary of git repository state; use when asked for repo status, branch, or recent commits.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gitinfo" ~/.claude/skills/majiayu000-claude-skill-registry-gitinfo && rm -rf "$T"
manifest:
skills/data/gitinfo/SKILL.mdsource content
Git Info
Overview
Use this skill to report repository status and recent activity.
Workflow
- Run
,git status -sb
,git branch --show-current
, andgit log -5 --oneline
.git remote -v - Note uncommitted changes and current branch.
- Summarize recent commits and remotes.
Output
- Short, readable git summary.