원클릭으로
load-and-test
Rebuild CDS artifacts, reload SQLite fixture data, and run the full test suite. Use after schema or service changes.
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.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run the Wookieepedia scraper, convert data, load into SQLite, and verify with migration and full tests.
Use for end-to-end CAP change workflows: modify CDS/handlers, regenerate artifacts, and run a short verification checklist for this repository.
| name | load-and-test |
| description | Rebuild CDS artifacts, reload SQLite fixture data, and run the full test suite. Use after schema or service changes. |
| disable-model-invocation | true |
Run the following commands sequentially from the cap/ directory. Each step depends on the previous one succeeding.
Build CDS artifacts and typed models
cd cap && npm run build
This runs cds build and regenerates @cds-models/ via @cap-js/cds-typer.
Reload SQLite fixture data
cd cap && npm run load_sqlite
Runs convertData.js with the SQLite profile to populate db.sqlite.
Run full test suite
cd cap && npm test
Runs model + handler tests with a 60-second timeout.