git-activity

Scan configured git repositories and summarize commits since yesterday in a markdown table.

8|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ek33450505/claude-agent-team --skill git-activity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-activity
Source: https://github.com/ek33450505/claude-agent-team/tree/main/skills/git-activity
Command: npx skills add https://github.com/ek33450505/claude-agent-team --skill git-activity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify what code work happened yesterday across multiple local repositories so you can prepare standups, progress reports, or retrospective summaries without manually checking each project.

Core Features & Use Cases

  • Scans configured project directories for git repositories and counts commits made since yesterday.
  • Detects remote host (GitHub, Bitbucket, or local) and lists recent commit messages per repository.
  • Use Case: Generate a concise markdown table for a daily standup that shows each project, host, number of commits, and a short summary of commit messages.

Quick Start

Scan all configured projects for commits since yesterday and return a markdown table listing project name, host, commit count, and a brief summary of commit messages.

Frequently Asked Questions about git-activity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize yesterday's git commits across multiple local repositories for a daily standup?

To summarize yesterday's git commits across multiple local repositories for a daily standup, this Skill scans configured project directories listed in ~/.claude/config.sh, counts commits since yesterday, detects the remote host, and formats the commit messages into a markdown table.

Can I generate a markdown table of git activity for progress reports?

Yes, you can generate a markdown table of git activity for progress reports. The Skill inspects each configured repository's git history and outputs a table summarizing project name, remote host, commit count, and brief commit messages.

Does this git activity summarizer work with both GitHub and Bitbucket remotes?

Yes, this git activity summarizer works with both GitHub and Bitbucket remotes. During the repository scan, it detects the remote host type, differentiating between GitHub, Bitbucket, and local repositories.

How do I configure which project directories to scan for recent git commits?

To configure which project directories to scan for recent git commits, you must define a PROJECTS array within the ~/.claude/config.sh file. The Skill reads this configuration to locate and inspect your local development environment repositories.

What is the best way to prepare a quick retrospective of my recent development activity?

The best way to prepare a quick retrospective of recent development activity is to scan your local git repositories for commits made since yesterday. This automatically aggregates commit counts and messages into a concise summary without manual checks.

Do I need any external dependencies to scan local repositories for commit summaries?

No, you do not need any external dependencies to scan local repositories for commit summaries. The Skill operates directly on your local development environment by reading the git history of projects configured in the config file.