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 you a single CLI surface to summarize meetings, inspect pipeline status, replay failed jobs, and manage Graph subscriptions. ## Core Features & Use Cases - Status and Inspection: Validate configuration, check Graph token health, list recent meeting jobs, and inspect individual job details. - Replay and Debugging: Re-run stored jobs to regenerate summaries, or dry-run transcript resolution by meeting ID or join URL. - Subscription Management: Create, renew, delete, and auto-maintain Microsoft Graph webhook subscriptions to prevent silent ingestion failures. - Use Case: A user reports no summary arrived for today's meeting. Run gpucloud teams-pipeline list --status failed, inspect the job with show <job-id>, 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 gpucloud teams-pipeline commands.