返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gitinfo

提供git仓库状态的简洁摘要;当被询问仓库状态、分支或最近提交时使用。

person作者: jakexiaohubgithub

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.