team-shinchan:work-log

Query and filter work-tracker JSONL events for auditing Claude Code sessions.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-work-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:work-log
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/work-log
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-work-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly view and filter work-tracker events to monitor activity, audit sessions, and diagnose issues.

Core Features & Use Cases

  • Read and filter events from .shinchan-docs/work-tracker.jsonl to surface recent activity.
  • Filter by last N, agent, event type, or session to drill into specific workflows.
  • Use in debugging and auditing Claude Code sessions, audits, and team performance.

Quick Start

Query the most recent work-tracker events using the default view, or filter by agent, event type, or session to inspect recent activity.

Frequently Asked Questions about team-shinchan:work-log

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

FAQPage Schema
How do I filter work-tracker JSONL events for auditing Claude Code sessions?

You can filter work-tracker JSONL events by applying constraints on the last N entries, agent, event type, or session to drill into specific Claude Code workflows for auditing and debugging.

What is the best way to monitor activity across multiple Claude Code agents?

To monitor activity across multiple agents, query the work-tracker JSONL file and filter events by the agent parameter to surface recent workflows and diagnose issues within specific agent sessions.

Can I view recent work-tracker events without applying any filters?

Yes, you can view recent work-tracker events using the default query view, which reads the JSONL file directly to surface the latest unfiltered activity for quick monitoring.

How do I debug a specific Claude Code session using work logs?

Debug a specific Claude Code session by filtering work-tracker JSONL events with the session parameter, isolating the exact workflow events needed to diagnose and audit that session.

Does this work-log query tool require any external dependencies?

No, querying work-tracker JSONL events requires no external dependencies, as the tool directly reads and filters the local work-tracker file to output session activity for auditing.