What problem does it solve? Developers lose track of what they accomplished across many Copilot chat sessions, making standup reports, workflow improvement, and finding past work difficult. This Skill queries the Copilot session store to reconstruct activity, surface cost-saving opportunities, and locate past sessions by keyword. ## Core Features & Use Cases - Standup Reports: Query the last 24 hours of sessions, group work by branch and repository, and format a Done/In Progress summary with PR status links. - Usage and Cost Tips: Analyze prompting patterns, token usage, model mix, and compaction habits to produce 3-5 data-grounded recommendations for reducing spend and improving workflows. - Session Search and Reindexing: Full-text search across summaries, turns, files, and PR refs on local SQLite (FTS5) or cloud DuckDB, plus index rebuilds and deletion guidance. - Use Case: Before a daily standup, ask for a summary of yesterday's work and receive a grouped report of branches, key files changed, and linked pull requests drawn from actual session data. ## Quick Start Ask the agent to generate a standup report from your Copilot session history for the last 24 hours.