commit-context

Agent skill from rohitg00/agentmemory.

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

What it does

  • SHA came from git blame/log, not a guess.
  • commit: null reported as "predates linking", no fabricated session.
  • Session details quote the lookup response verbatim.
  • No intent claimed beyond what observations state.
  • commit-history: list many agent-linked commits at once.
  • recall: dig deeper into the linked session's observations.

Requirements & configuration

  • session. From git show: it changed token rotation in refresh.ts."

Configuration: ARGUMENTS

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

commit-context FAQ

What does the commit-context skill do?

Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", "who wrote this", or wants context on a specific location in the codebase. SHA came from git blame/log, not a guess. commit: null reported as "predates linking", no fabricated session.

What does commit-context require?

session. From git show: it changed token rotation in refresh.ts." Configuration keys: ARGUMENTS.

How do I install commit-context?

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

Maintain commit-context?

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-context on getagentictools
[![commit-context on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-commit-context.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-commit-context?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-commit-context

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