dashboard-refresh
Re-run data adapters to pull fresh data into dashboards/*/data/*.json. Optionally target a specific dashboard or adapter by slug.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Re-run data adapters to pull fresh data into dashboards/*/data/*.json. Optionally target a specific dashboard or adapter by slug.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Start a new dashboard session. Define a datasource, generate an adapter, build charts, and promote to the dashboard. Claude does the reasoning; the human approves proposals.
Promote the current .session/ to the dashboard. Shows a summary and asks for confirmation before running bin/promote.
Edit an existing chart or its adapter. Opens a session targeting the chart, makes changes, and promotes back to the dashboard.
Open the session preview in the browser. Shows all charts currently in .session/charts.json at http://localhost:5173/d/<slug>/preview.
| name | dashboard-refresh |
| description | Re-run data adapters to pull fresh data into dashboards/*/data/*.json. Optionally target a specific dashboard or adapter by slug. |
Refresh data from adapters.
Check if a specific dashboard slug or adapter slug was provided as an argument.
If a specific dashboard + adapter:
dashboards/<dashboard>/adapters/<adapter>.py exists. If not, list available adapters and stop.bin/refresh-data --dashboard <dashboard> --adapter <adapter>If a specific dashboard only:
bin/refresh-data --dashboard <dashboard>If no argument:
bin/refresh-databin/refresh-data --dashboard <slug>bin/refresh-data --dashboard <slug> --adapter <name>Report success/failure per adapter with [slug] adapter-name format.
Data files are served at /d/<slug>/data/<file>.json by the dev server. The React dashboard polls these on each chart's refresh_interval. Running this command immediately updates the live data visible in the browser without restarting the server.