Agent skill

git-search

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.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/git-search

SKILL.md

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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results