一键导入
build-feature-slice
Build a complete vertical feature slice for Sismicaid, including shared types, backend endpoint, frontend UI, states, validation and tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build a complete vertical feature slice for Sismicaid, including shared types, backend endpoint, frontend UI, states, validation and tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add or update an official data source ingestion flow, including source registry, fetch job, normalization, logging and API exposure.
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 | build-feature-slice |
| description | Build a complete vertical feature slice for Sismicaid, including shared types, backend endpoint, frontend UI, states, validation and tests. |
| argument-hint | [feature-name] |
Implement the feature requested in $ARGUMENTS as a vertical slice.
Read the relevant docs:
docs/SPEC.mddocs/design.mddocs/API.mddocs/DATABASE.mddocs/SECURITY_AND_PRIVACY.mdIdentify affected areas:
packages/sharedapps/apiapps/webDefine or update shared types first.
Implement backend changes if needed:
Implement frontend changes:
Check emergency rules:
Run:
pnpm typecheckpnpm lintpnpm testpnpm buildAsk qa-code-reviewer to review the result.