Agent skill · Testing & QA

golden-dataset-management

Use when backing up, restoring, or validating golden datasets. Prevents data loss and ensures test data integrity for AI/ML evaluation systems.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill golden-dataset-management --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: SkillForge AI Agent Hub
Allowed tools: -Read-Grep-Glob-Bash#Forbackup/restorescripts
Path: skills/ai-ml/golden-dataset-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Golden Dataset Management **Protect and maintain high-quality test datasets for AI/ML systems** ## Overview A **golden dataset** is a curated collection of high-quality examples used for: - **Regression testing:** Ensure new code doesn't break existing functionality - **Retrieval evaluation:** Measure search quality (precision, recall, MRR) - **Model benchmarking:** Compare different models/approaches - **Reproducibility:** Consistent results across environments **When to use this skill:** - Building test datasets for RAG systems - Implementing backup/restore for critical data - Validating data integrity (URL contracts, embeddings) - Migrating data between environments --- ## SkillForge's Golden Dataset **Stats (Production):** - **98 analyses** (completed content analyses) - **415 chunks** (embedded text segments) - **203 test queries** (with expected results) - **91.6% pass rate** (retrieval quality metric) **Purpose:** - Test hybrid search (vector + BM25 + RRF) - Validate metadata boosting strategies - Detect regressions in retrieval quality - Benchmark new embedding models --- ## Core Concepts ### Data Integrity Contracts **The URL Contract:** Golden dataset analyses MUST stor

What's inside
Steps it walks through
  1. Overview
  2. SkillForge's Golden Dataset
  3. Core Concepts
  4. Data Integrity Contracts
  5. Backup Strategy Comparison
  6. Quick Reference
  7. Backup Format
  8. CLI Commands
  9. Validation Checks
  10. Best Practices Summary
  11. Disaster Recovery Quick Guide
  12. References
  13. Related Skills
  14. Capability Details
Ships with 1 file
  • metadata.json
Commands it runs
cd backend
Backup golden dataset
poetry run python scripts/backup_golden_dataset.py backup
Verify backup integrity
poetry run python scripts/backup_golden_dataset.py verify
Restore from backup (WARNING: Deletes existing data)
poetry run python scripts/backup_golden_dataset.py restore --replace
Restore without deleting (adds to existing)
poetry run python scripts/backup_golden_dataset.py restore
More from claude-skill-registry
All skills →
About this skill
What does the golden-dataset-management skill do?

Use when backing up, restoring, or validating golden datasets. Prevents data loss and ensures test data integrity for AI/ML evaluation systems.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill golden-dataset-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going