スキル一覧に戻る
Silviase

refactoring-12-data-versioning

by Silviase

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: refactoring-12-data-versioning description: Use when adding lightweight data versioning and dataset reproducibility practices.

Refactoring 12: Data Versioning

Goal

Make input data changes explicit and reproducible.

Sequence

  • Order: 12
  • Previous: refactoring-11-ci-automation
  • Next: none

Workflow

  • Define dataset sources, versions, and checksums.
    • Success: Each dataset has an identifiable source and version.
  • Store metadata in a manifest (CSV/JSON/TOML).
    • Success: Manifest captures dataset metadata and checksums.
  • Separate raw data from derived artifacts.
    • Success: Raw and derived data live in distinct locations.
  • Record dataset version alongside experiment outputs.
    • Success: Outputs reference the dataset version used.
  • Prefer lightweight tracking unless DVC or similar is already in use.
    • Success: Versioning stays minimal and non-disruptive.

Guardrails

  • Do not commit large datasets to git.
  • Avoid tooling changes that block current workflows.
  • Keep versioning easy to maintain.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です