AgentSkillsCN

gitinfo

简洁明了地总结 Git 仓库的状态;当被询问仓库状态、分支信息或近期提交记录时使用。

SKILL.md
--- frontmatter
name: gitinfo
description: Provide a concise summary of git repository state; use when asked for repo status, branch, or recent commits.

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.