Agent skill

gitinfo

Provide a concise summary of git repository state; use when asked for repo status, branch, or recent commits.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gitinfo

SKILL.md

Git Info

Overview

Use this skill to report repository status and recent activity.

Workflow

  1. Run git status -sb, git branch --show-current, git log -5 --oneline, and git remote -v.
  2. Note uncommitted changes and current branch.
  3. Summarize recent commits and remotes.

Output

  • Short, readable git summary.

Didn't find tool you were looking for?

Be as detailed as possible for better results