What problem does it solve? Reviewing weeks of pi agent session history manually is tedious and unstructured. This Skill scans JSONL session logs within a specified date range, extracts the first user message from each session, and organizes them into a structured Markdown report grouped by project for periodic reviews and work archiving. ## Core Features & Use Cases - Date-Range Extraction: Scans ~/.pi/agent/sessions for JSONL files within a start and end date, pulling each session's first user message as the task description. - Project-Grouped Reporting: Groups sessions by working directory, sorts projects by activity, and generates a Markdown document with statistics, task tables, and key theme summaries. - Use Case: At the end of a sprint, run the Skill over the past two weeks to produce a work log showing which projects you worked on, what tasks were requested, and the main themes—ready for a status report or personal archive. ## Quick Start Summarize all my pi agent sessions from 2026-05-01 to 2026-05-18 into a Markdown report grouped by project.