Golden — Data skill for Claude Code
Run the pipeline quality check against the golden dataset and report pass/fail.
How to install Golden
Installs to ~/.claude/skills/eugenezhangco-spec-foreman-golden/SKILL.md
mkdir -p ~/.claude/skills/eugenezhangco-spec-foreman-golden && curl -fsSL https://raw.githubusercontent.com/eugenezhangco-spec/foreman/HEAD/commands/golden.md -o ~/.claude/skills/eugenezhangco-spec-foreman-golden/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Golden does
description: Run the pipeline quality check against the golden dataset and report pass/fail.
/golden — Run Pipeline Quality Check
Also triggers when you say: "run the golden test", "check the pipeline", "verify the data", "is the pipeline working?"
What This Does
Runs the golden file test — a set of known records checked against expected values in the database. If any field doesn't match the expected value, the test fails and shows exactly what's wrong.
Golden tests are regressi
Alternatives in Data
- Dummy Dataset — Generate realistic dummy datasets in CSV, JSON, or SQL 7.8k ★
- Context Mode — Benchmark Results — Benchmarked against real outputs from popular Claude Code MCP servers, Skills, and dev tools 5.6k ★
- Check Data Quality — Renamed → /portaljs-check-data-quality 2.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Openui Validate
Run the full validation pipeline and output a pass/fail checklist
Verifyreport
Verify Phase 5 report accuracy by comparing against extracted data (Phase 2), calculated metrics (Phase 3), an
Xray
Cross-check every quantitative claim in a paper against the code/data that produced it.
Analyze Data
Analyze a dataset and extract consulting-quality insights
Data Check
Check data exists and meets quality standards before training
Mem Gate
Hard write-rules quality gate — scan existing memory for junk entries that violate the data-quality canon, or
Related Agents
CI Watcher
Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps. Use wh
Smoke Tester
Quick functional check of app workflows via Playwright. Walks through steps, verifies each passes, produces pa
Gantry Verifier
Runs the readiness gate. Use to execute the project's lint/test/build from its own .claude/gates.sh, the check