# 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. Use when this capability is needed.

- Skill: `tomevault-io/git-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/git-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/git-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/git-search

---


# 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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ivancampos) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

