AgentSkillsCN

git-search

列出~/Code下所有仓库的近期Git提交(不包括.build的检出)。当用户请求展示最近的提交、近期历史,或查看~/Code中所有项目的提交时,可使用此功能。

SKILL.md
--- frontmatter
name: git-search
description: List recent git commits across all repos under ~/Code (excluding .build checkouts). Use when the user asks to show last commits, recent history, or commits across all projects in ~/Code.

Git Search

Overview

Discover git repositories under ~/Code and list recent commits for each one.

Quick Start

bash
scripts/list_commits.sh --count 10

Tasks

List recent commits across repos

  • Run scripts/list_commits.sh --count <N>.
  • Excludes .build checkouts.
  • Prints a per-repo header and the last N commits.

Resources

scripts/

  • list_commits.sh: Finds repos under ~/Code and prints recent commits.