Transcript Query

Query Claude Code session transcripts in JSONL files for project history.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dundas/uhr --skill transcript-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Transcript Query
Source: https://github.com/dundas/uhr/tree/main/.claude/skills/transcript-query
Command: npx skills add https://github.com/dundas/uhr --skill transcript-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly recall and understand past project decisions, work, and context by searching through your Claude Code session transcripts.

Core Features & Use Cases

  • Contextual Memory: Easily answer questions like "What were we working on before X?".
  • Decision Tracking: Find out why specific approaches were chosen.
  • Issue History: Quickly review errors encountered with specific features.
  • File History: See when specific files were last modified.
  • Timeline Reconstruction: Reconstruct the history of work on a particular feature.

Quick Start

Use the transcript query skill to find out what work was done before the 'daemon' topic.

Frequently Asked Questions about Transcript Query

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

FAQPage Schema
How do I search Claude Code session transcripts to recall past project context?

Yes, you can find decision-making rationale within session transcripts by performing keyword-based queries against stored JSONL files to extract the historical context and reasoning behind specific project approaches.

Can I filter JSONL transcript files by date to reconstruct a feature timeline?

Filtering JSONL transcript files by date allows you to reconstruct the timeline of work on a particular feature, helping you see when specific files were modified and what issues were encountered.

Does this transcript query tool require specific dependencies to search code history?

When you need to understand why specific approaches were chosen or what errors occurred with a feature, querying session transcripts helps retrieve the exact decision-making rationale and error logs from your past work.

How do I track file modification history from past development sessions?

You can track file modification history by searching session transcripts to see when specific files were last modified, retrieving chronological context directly from stored JSONL session logs.

Are there limitations when querying large JSONL session logs for error history?

Limitations may arise when querying large JSONL session logs, as reconstructing error history relies on the available session data and the specificity of your keyword-based search queries to accurately retrieve past logs.