What problem does it solve? Teams meeting summaries can silently stop arriving, jobs fail without visibility, and Microsoft Graph webhook subscriptions expire after 72 hours. This Skill gives operators a single CLI surface to summarize meetings, inspect pipeline status, replay failed jobs, and manage Graph subscriptions. ## Core Features & Use Cases - Pipeline Inspection: Validate configuration, check Graph token health, list recent meeting jobs, and inspect individual job details. - Job Replay and Dry-Runs: Re-run stored jobs to regenerate summaries, or dry-run transcript fetching by meeting ID or join URL without persisting. - Subscription Management: Create, renew, delete, and auto-maintain Microsoft Graph webhook subscriptions to prevent the 72-hour expiration pitfall. - Use Case: A user reports no summary arrived for today's meeting. Run hermes teams-pipeline list --status failed, inspect the job with show, and if no job exists, check subscriptions for an expired webhook and recreate it. ## Quick Start Ask the assistant to check the Teams meeting pipeline status and list any failed meeting jobs using the hermes teams-pipeline commands.