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 - Status and Inspection: Validate configuration, check Graph token health, list recent or failed 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 the 72-hour expiry pitfall. - Use Case: A user reports that yesterday's meeting summary never arrived. Run hermes teams-pipeline list --status failed to find the job, show <job-id> to inspect the error, and subscriptions to check whether the webhook expired. ## Quick Start Ask the assistant to check the Teams meeting pipeline status and list any failed meeting jobs using the hermes teams-pipeline commands.