What problem does it solve? When a Notion worker sync fails, stalls, or produces wrong results, finding the root cause requires digging through run statuses, logs, and source 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—authentication failures, rate limiting, timeouts, cursor/state bugs, schema mismatches, infinite loops, and empty results—to concrete fixes. - Fix and Verify Workflow: Guides applying code fixes, type-checking, resetting sync state when needed, and redeploying with preview verification. - Use Case: A sync that pulls issues from an external API suddenly stops updating its Notion database. Use this Skill to pull the latest run logs, discover a 401 auth error, re-authenticate OAuth, and resume the sync. ## Quick Start Ask the assistant to debug why your Notion worker sync is failing and suggest a fix.