What problem does it solve? Developers lose track of what they accomplished across Copilot chat sessions, making standups, workflow improvement, and cost optimization guesswork. This Skill queries the Copilot session store (local SQLite or cloud DuckDB) to turn raw session history into standup reports, personalized tips, and searchable records. ## Core Features & Use Cases - Standup Reports: Generate a daily standup from the last 24 hours of sessions, grouped by branch and feature, with PR status checked via GitHub CLI or MCP tools. - Usage & Cost Tips: Analyze prompting patterns, token usage, model mix, and compaction habits to produce 3-5 data-grounded recommendations for working more effectively and reducing token spend. - Session Search & Maintenance: Full-text search past sessions by keyword, file, or PR, reindex the session store, and get guidance on deleting session data. - Use Case: Before your morning standup, ask for a summary of yesterday's work and receive a formatted report of completed and in-progress features with linked PRs and session IDs. ## Quick Start Ask the assistant to generate a standup report from your Copilot session history for the last 24 hours.