From drt
Debugs and fixes failing drt syncs, diagnosing auth errors, rate limits, connection timeouts, template errors, and configuration issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/drt:drt-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Debug a failing drt sync.
Debug a failing drt sync.
Ask the user to share (or read from context):
drt run or drt statussyncs/<name>.yml)drt_project.yml if relevantDiagnose the root cause using the patterns below.
Suggest a concrete fix with the corrected YAML or command.
token_env or value_env env var not set, or token has wrong permissionsecho $MY_TOKEN, verify token scopes. For HubSpot, confirm Private App has CRM write scope. For GitHub, confirm actions: write.sync.rate_limit.requests_per_second. HubSpot max: 9 req/s. GitHub Actions: 5 req/s.url with curl -X POST <url> manually. Check drt run --dry-run to confirm config parses correctly.{{ row.field_name }} references a column that doesn't exist in the sourcedrt run --dry-run to preview rows, confirm column names match the template.mode: incremental set but no saved cursor yet (first run syncs all rows)drt status after first run — last_cursor_value should be set.on_error: fail stopping earlyon_error: skip to continue past failures and see full error count.~/.drt/profiles.yml missing or profile name mismatchcat ~/.drt/profiles.yml, verify the profile name matches drt_project.yml.See docs/llm/CONTEXT.md for architecture and key concepts.
See docs/llm/API_REFERENCE.md for all config fields.
npx claudepluginhub drt-hub/drt --plugin drtDebug and fix failing drt syncs. Covers auth errors, rate limits, connection timeouts, template errors, and provides step-by-step diagnosis using drt doctor and verbose/dry-run modes.
Generates drt sync YAML configuration files for Reverse ETL pipelines, connecting data warehouse tables via dbt refs or SQL to destinations like Slack, Discord, REST APIs, HubSpot, GitHub Actions, Google Sheets, PostgreSQL, or MySQL.
Diagnoses dbt Cloud/platform job failures by analyzing run logs, querying Admin API, reviewing git history, and investigating data issues. For unclear or intermittent errors.