02siteIQ

Tag Session — Development skill for Claude Code

Development community

Retroactively tag (or clear) the issue key on an already-ended session inside history.jsonl.

How to install Tag Session

Installs to ~/.claude/skills/02siteiq-claude-session-tracker-tag-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/02siteiq-claude-session-tracker-tag-session && curl -fsSL https://raw.githubusercontent.com/02siteIQ/claude-session-tracker/HEAD/commands/tag-session.md -o ~/.claude/skills/02siteiq-claude-session-tracker-tag-session/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Tag Session does


description: Retroactively tag (or clear) the issue key on an already-ended session inside history.jsonl disable-model-invocation: true

Tag a Past Session with an Issue Key

Rewrites the `issue_key` field for a single line in `~/.session-tracker/history.jsonl`. Use this when a session ended on a branch with no detectable issue and got logged as untagged, or when the wrong key was attached.

Arguments

Parsed from `$ARGUMENTS` (space separated):

  1. —

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Claude Usage — A local dashboard for tracking your Claude Code token usage, costs, and session history 864 ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★

Full documentation available on GitHub

View Source Repository