gitcli

Extract local Git commit timelines from multiple repositories as JSON.

6|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/junghan0611/agent-config --skill gitcli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitcli
Source: https://github.com/junghan0611/agent-config/tree/main/skills/gitcli
Command: npx skills add https://github.com/junghan0611/agent-config --skill gitcli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly pull a consolidated view of your local git activity across multiple repositories, so you can recall what you worked on, when, and how much activity occurred.

Core Features & Use Cases

  • Aggregate commit histories from multiple local repos (~/repos/gh, ~/repos/work) into a timeline.
  • Query by date range, repository, or author to produce summaries for reports or personal reviews.
  • Output formats include JSON for machines and concise human-friendly summaries for quick reviews.

Quick Start

Ask the AI to summarize my last month's coding activity across all local repos.

Frequently Asked Questions about gitcli

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

FAQPage Schema
How do I query local git commit history across multiple repos at once?

To extract local git commit history across multiple repos, this skill aggregates chronological commit timelines from specified local directories into a single consolidated view. It uses a bundled gitcli binary to pull activity data for daily reflections or project retrospectives.

What is the best way to generate a timeline of my coding activity from local repositories?

Generating a timeline of your coding activity from local repositories requires querying your local Git history to produce a chronological view of commits. You can filter results by date range, repository, or author to create summaries for personal reviews or reports.

Can I filter git activity summaries by author or date range?

Yes, you can filter git activity summaries by date range, repository, or author. This allows you to produce targeted summaries for reports or answer specific questions about what you worked on during a particular timeframe across your local repos.

Does querying local repo analytics require any external dependencies?

Querying local repo analytics requires no external dependencies as the skill relies on a bundled gitcli binary. It operates entirely on your local repositories to extract commit histories and expects JSON output for easy integration with downstream tooling.

How do I integrate extracted git commit data with other reporting tools?

To integrate extracted git commit data with other tools, the skill outputs results in JSON format for machines alongside concise human-friendly summaries. This JSON output enables easy integration with downstream tooling for further analysis or automated report generation.