AgentSkillsCN

agi-schedule-pipeline-check

在 AGI 调度更新后进行全面的流水线验证。在检查 A~N 检查清单、KPI(总天数、SPMT 设置=1)、航次卡片、潮汐表、热力图时使用。此功能为集成式流水线第三步的一部分。

SKILL.md
--- frontmatter
name: agi-schedule-pipeline-check
description: Full pipeline verification after AGI Schedule updates. Use when checking A~N checklist, KPI (Total Days, SPMT Set=1), voyage cards, tide-table, heatmap. Part of integrated pipeline step 3.

agi-schedule-pipeline-check

Pipeline Position

  • Step 3 of the integrated pipeline: 1) agi-schedule-shift → 2) agi-schedule-daily-update → 3) agi-schedule-pipeline-check → 4) weather-go-nogo.
  • Always invoked after steps 1–2.

When to Use

  • "파이프라인 점검", "전체 점검", "post-check", "마무리 점검", after notice/weather/KPI/shift updates.

Scope

  • files/ (or agentskillguide/files/) — all pipeline artifacts.
  • Source HTML: latest AGI TR SCHEDULE_*.html by filename date.

Checklist (A~N)

StepTargetCheck
Afiles/agi tr final schedule.jsonplanned_start/finish, summary.date_range
Bschedule_shiftJSON·HTML sync
CHTMLprojectStart/End, ganttData
DNotice blockDate = update date (YYYY-MM-DD)
EWeather blockLast Updated, 4-day forecast, Mina Zayed·Marine
FKPI GridTotal Days (recalc), SPMT Set = 1
GVoyage Cardsdata-start/end, Load-out/Sail/Load-in/Jack-down
HganttData·Schedule tableV1~V7 dates match JSON
IWeather parsefiles/out/weather_parsed/YYYYMMDD/ JSON exists
JWEATHER_DASHBOARD.pyrotation=0, ha="center", height_ratios
KHeatmap PNGfiles/out/weather_4day_heatmap.png
LImage refHTML img src (file or Base64)
Mweather-go-nogoParsed JSON → Go/No-Go evaluation available
NTide tableAlways run python tide_to_voyage_overview.py

Execution Order

  1. Source: latest AGI TR SCHEDULE_*.html
  2. A–C: JSON·HTML consistency
  3. D: Notice date
  4. E: Weather block
  5. F: KPI (Total Days, SPMT Set = 1)
  6. G–H: Voyage cards, ganttData
  7. I–L: Weather parse, heatmap, image ref
  8. M: weather-go-nogo availability
  9. N: python tide_to_voyage_overview.py (always)

Safety

  • No edits outside files/.
  • KPI updates (F) are done only in this step, not in agi-schedule-daily-update.

Output Format

  • Follow agentskillguide/DASHBOARD_OUTPUT_SCHEMA.md.