git_log

Retrieve git commit history with hash, subject, author, and ISO-8601 date.

8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/OpenAuthority/clawthority --skill git-log-openauthority
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git_log
Source: https://github.com/OpenAuthority/clawthority/tree/main/examples/skills/git_log
Command: npx skills add https://github.com/OpenAuthority/clawthority --skill git-log-openauthority

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The git_log tool fetches and formats the commit history from a git repository, providing quick access to past changes and their context.

Core Features & Use Cases

  • Retrieve the latest commits or a specific number of entries with an optional limit.
  • Filter history by path to inspect changes to a single file or directory.
  • Use for code reviews, release audits, and debugging to understand project evolution.

Quick Start

Request the commit history for a repository, optionally limiting results and filtering by path.

Frequently Asked Questions about git_log

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

FAQPage Schema
How do I view git commit history for code review and auditing?

To view git commit history for code review and auditing, retrieve the repository log formatted as a structured list. This output includes commit hash, subject, author, and ISO-8601 date to track project evolution.

Can I limit the number of git commits returned for a repository?

Yes, you can limit the number of git commits returned for a repository by using an optional parameter. This restricts the fetched history to a specific number of recent entries.

How do I filter git log history to changes in a specific file or directory?

You filter git log history to a specific file or directory by restricting the query with a path parameter. This narrows the returned commits to only those affecting the targeted location.

What details are included in a structured git commit history list?

A structured git commit history list includes the commit hash, subject, author, and ISO-8601 date. This format provides quick access to past changes and context for debugging.

Do I need any dependencies to fetch repository commit logs?

No dependencies are required to fetch repository commit logs. The tool operates independently to query the repository and format the project evolution data.