02siteIQ

Tag — Productivity skill for Claude Code

Productivity community

Tag the current session with an issue key (e.g. LIN-456) so the worklog groups time against the right ticket.

How to install Tag

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

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

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

What Tag does


description: Tag the current session with an issue key (e.g. LIN-456) so the worklog groups time against the right ticket disable-model-invocation: true

Tag Session with Issue Key

Associates the currently running session with an issue key (Linear, Jira, etc.). The `SessionEnd` hook will write that key into the history log, and `/session-tracker:worklog` will group time by issue.

Arguments

Parsed from `$ARGUMENTS`:

  • A single issue key like LIN-456, ABC-123, PROJ_X-42. Mus

Alternatives in Productivity

  • Time Command — Display the current date and time in Pakistan Standard Time (PKT, UTC+5) 20.2k ★
  • Linear - Ticket Management — You are tasked with managing Linear tickets, including creating tickets from thoughts documents, updating exis 10k ★
  • Ticket Workflow — Work on ticket: $ARGUMENTS 5.8k ★

Full documentation available on GitHub

View Source Repository