OneNote Debug Bundle Overview When OneNote API calls fail, you need the response header (Microsoft support requires it), decoded JWT token claims (to verify granted scopes), the header (internal Graph routing info), and the full error body — all correlated to a single request. This skill generates structured diagnostic bundles for self-diagnosis and Microsoft support ticket filing. Prerequisites - Node.js 18+ or Python 3.10+ - An existing OneNote integration with Graph API calls - or installed - Access token available (for token inspection) Instructions TypeScript Diagnostic Middleware Interc…