What problem does it solve? When a Notion worker sync fails, stalls, or produces wrong results, finding the root cause requires digging through run logs, state, and code. This Skill walks through that debugging process systematically so issues get identified and fixed faster. ## Core Features & Use Cases - Run and Log Inspection: Fetches sync status, recent runs, and full logs using the ntn CLI to pinpoint failing runs and error messages. - Failure Pattern Diagnosis: Maps common errors (401/403 auth, 429 rate limits, timeouts, cursor state issues, schema mismatches, infinite loops, empty results) to concrete fixes. - Fix and Verify Workflow: Applies code fixes, runs type checks, resets sync state when needed, and verifies via deploy and preview triggers. - Use Case: A sync that pulls issues into a Notion database stops updating. The Skill checks run logs, finds a 401 error, confirms the OAuth token expired, and guides re-authentication and redeployment. ## Quick Start Ask the assistant to debug why my Notion worker sync is failing and suggest a fix.