ワンクリックで
scrape-and-load
Run the Wookieepedia scraper, convert data, load into SQLite, and verify with migration and full tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the Wookieepedia scraper, convert data, load into SQLite, and verify with migration and full tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rebuild CDS artifacts, reload SQLite fixture data, and run the full test suite. Use after schema or service changes.
Use for end-to-end CAP change workflows: modify CDS/handlers, regenerate artifacts, and run a short verification checklist for this repository.
| name | scrape-and-load |
| description | Run the Wookieepedia scraper, convert data, load into SQLite, and verify with migration and full tests. |
| disable-model-invocation | true |
Run the full data pipeline sequentially from the cap/ directory.
Scrape Star Wars data
cd cap && npm run scrape
Uses committed cache by default (fast). If the user requests --bypass-cache, ask for explicit confirmation first, then run npm run scrape:bypass-cache instead.
Build CDS artifacts
cd cap && npm run build
Load fixture data into SQLite
cd cap && npm run load_sqlite
Run migration tests
cd cap && npm run test:migration
Verifies data conversion logic and report generation.
Run full test suite
cd cap && npm test