What problem does it solve? After crashes, restarts, or long breaks, developers lose track of which Claude Code sessions contain unfinished work. This Skill scans a project's session directory and produces a triage table showing what each session was about and whether it ended, so nothing in progress gets forgotten. ## Core Features & Use Cases - Session Scanning: Parses .jsonl session files in ~/.claude/projects/<project-path>/ and extracts topics, message counts, and completion signals (commits, transcripts, handoffs). - Status Classification: Labels each session as DONE, JUNK, or UNFINISHED with specific sub-states like MID-IMPLEMENTATION or COMMIT PENDING based on the last messages exchanged. - Resume Support: Outputs full session IDs so you can continue work directly with claude --resume <id>. - Use Case: Your machine rebooted overnight and you had five agent sessions open. Run this Skill to get a table of all recent sessions, instantly spot the two that were mid-implementation, and resume them by ID. ## Quick Start Ask the assistant to scan my recent Claude Code sessions from the last 10 days and show me which ones have unfinished work.