Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

pre-dispatch-schema-probe

النجوم٢
التفرعات٠
آخر تحديث٨ يوليو ٢٠٢٦ في ١٢:١٧

Before firing a multi-hour or multi-agent data dispatch (overnight insight runs, parallel subagent fleets, Cloud Run batch jobs, scheduled pipelines), run a fast 5-minute schema probe to verify that every dataset path, table name, and column name referenced in the plan/scope doc actually exists in the warehouse. Use when: (1) you inherited a scope doc authored by a predecessor session and are about to dispatch 2+ long-running agents or jobs based on its table references, (2) the plan doc mentions specific BQ paths like `project.dataset.table` / column names like `enrolled_2025` and you're copying them verbatim into agent prompts or SQL, (3) you're tempted to trust a scope doc that "looks authoritative" (has prior-PR approvals, multi-session review history), (4) dispatch cost is measured in $50+ or wallclock in hours. Catches the failure mode where predecessor docs carry confidently-asserted dataset/column names that are factually wrong — fabricated from memory or stale from a prior schema. Typical catches: da

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly