ワンクリックで
update-data
Use when user wants to Safely regenerate progress/data/*.json and items_rules.default.json via the update script
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when user wants to Safely regenerate progress/data/*.json and items_rules.default.json via the update script
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when user wants to Run the Arc Raiders AutoScrapper validation stack after edits. Use for linting, typing, tests, workflow checks, and broader repo validation.
Use when user wants to Update Metaforge snapshots and bundled default rules
Use when user wants to Validate OCR changes against failure corpus before shipping
Add a new OCR regression fixture from an ocr_debug image. Use when a scan misidentified an item and you want to lock in the correct result as a test case.
Use when user wants to Run full validation, push branch, and open a PR with appropriate context notes
Workflow for safely adding, removing, or renaming persisted config fields in config.py. Use whenever editing dataclass fields in src/autoscrapper/config.py. Covers incrementing CONFIG_VERSION, writing a migration function, and validating the round-trip.
| name | update-data |
| description | Use when user wants to Safely regenerate progress/data/*.json and items_rules.default.json via the update script |
Generated data files must never be hand-edited. Always regenerate via the script:
# Preview changes first (safe, no writes)
uv run python scripts/update_snapshot_and_defaults.py --dry-run
# Apply if the preview looks correct
uv run python scripts/update_snapshot_and_defaults.py
Files this script controls:
src/autoscrapper/progress/data/quests_by_trader.jsonsrc/autoscrapper/items/items_rules.default.jsonCustom rules are safe - the script only regenerates defaults. Custom rules in items_rules.json are never touched.
When to run:
git statusDo not commit modified generated files without running this script first - hand-edited JSON will be overwritten on the next scheduled run.