一键导入
add-official-source
Add or update an official data source ingestion flow, including source registry, fetch job, normalization, logging and API exposure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add or update an official data source ingestion flow, including source registry, fetch job, normalization, logging and API exposure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build a complete vertical feature slice for Sismicaid, including shared types, backend endpoint, frontend UI, states, validation and tests.
Review whether the current application state is safe to publish during an emergency, checking build, privacy, copy, source labeling, misinformation risk and critical UX.
| name | add-official-source |
| description | Add or update an official data source ingestion flow, including source registry, fetch job, normalization, logging and API exposure. |
| argument-hint | [source-name] |
Add or update the official source requested in $ARGUMENTS.
Read:
docs/DATA_SOURCES.mddocs/DATABASE.mddocs/API.mddocs/SECURITY_AND_PRIVACY.mdConfirm the source type:
Add or update official_sources.
Implement fetch logic:
Normalize data into internal tables.
Never expose raw external payload directly from public endpoints.
Ensure public API returns:
Add tests for:
Run backend checks.
Ask backend-official-data or qa-code-reviewer to review the source integration.