What problem does it solve? When a dltHub Platform runtime job fails or produces unexpected results, finding the root cause requires navigating job statuses, run histories, logs, and profile configurations. This Skill provides a structured diagnostic workflow with the exact dlthub CLI commands needed to identify and fix deployment failures quickly. ## Core Features & Use Cases - Job and Run Inspection: List jobs by name or fnmatch selectors, view run details, and stream logs in real time to pinpoint failures. - Guided Quick Diagnosis: Follow a step-by-step checklist covering common causes such as missing dependencies in pyproject.toml, unconfigured prod profile secrets, leftover dev_mode flags, and job timeouts. - Safe Production Data Access: Enforces a read-only, human-confirmed workflow for accessing production data through the correct profile, then restores the dev profile afterward. - Use Case: A nightly ingestion job fails silently. Use this Skill to check the run's exit status, read its logs, discover a missing package in pyproject.toml, fix it, and relaunch the job. ## Quick Start Debug why my dltHub ingestion job failed last night and show me the relevant logs and run details.