commit-history

Agent skill from rohitg00/agentmemory.

rohitg00 26k ↓ 7.9k Apache-2.0 updated 28d ago
Claude Code
View source ↗

What it does

  • Filters parsed; bare number treated as limit; limit capped at 500.
  • Output is reverse-chronological.
  • Session ids and observation counts come straight from the response.
  • REST fallback URL-encodes branch, repo, and limit.
  • commit-context: drill into one commit's session.
  • recall: search the observations behind a linked session.

Requirements & configuration

  • limit=<n>. A bare numeric token is the limit. Defaults: no branch, no repo,

Configuration: ARGUMENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

commit-history FAQ

What does the commit-history skill do?

List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", "list linked commits", or wants commits with their session context. Filters parsed; bare number treated as limit; limit capped at 500. Output is reverse-chronological.

What does commit-history require?

limit=<n>. A bare numeric token is the limit. Defaults: no branch, no repo, Configuration keys: ARGUMENTS.

How do I install commit-history?

Run: npx -y skills add https://github.com/rohitg00/agentmemory --skill commit-history --agent claude-code — the source lives at github.com/rohitg00/agentmemory.

Maintain commit-history?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

commit-history on getagentictools
[![commit-history on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-commit-history.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-commit-history?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-commit-history

The second line is the CLI lookup for this page — handy in READMEs and docs.