check-chart-preview

Installation
SKILL.md

Check Chart/Mdim Preview on Staging

Visually verify that a chart or multidimensional indicator page renders correctly on the staging server.

Prerequisites

  • The agent-browser skill must be available (for browser automation)
  • A staging server must be running for the current git branch (check via curl -s -o /dev/null -w "%{http_code}" http://<container>/)
  • The chart/mdim must have been pushed to staging already (either via etlr --watch in VSCode or manually)

Getting the Staging URL

Option 1: Helper script (recommended)

.venv/bin/python .claude/skills/check-chart-preview/get_staging_url.py <slug-or-path>
Installs
25
Repository
owid/etl
GitHub Stars
150
First Seen
Feb 28, 2026
check-chart-preview — owid/etl