원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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