一键导入
ui-core-development
Core development standards for the Qubership Integration Platform UI. Use when implementing, refactoring, or testing code in ui/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Core development standards for the Qubership Integration Platform UI. Use when implementing, refactoring, or testing code in ui/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Mapper Element provides an ability to setup a mapping between the message from source element to the target element. Use this skill when performing mapping between two elements, requiring data transformation, the user asks to add mapper/mapper-2.
API integration and utility usage conventions in QIP UI. Use when editing src/api, src/misc, or code that consumes these layers.
Component implementation patterns for QIP UI. Use when editing tables, forms, modals, notifications, labels, icons, and permissions-related UI.
Theme and environment behavior for QIP UI. Use when working on styles, color logic, rendering, or mode-specific behavior.
基于 SOC 职业分类
| name | ui-core-development |
| description | Core development standards for the Qubership Integration Platform UI. Use when implementing, refactoring, or testing code in ui/. |
Use this skill for everyday development in ui/.
npm run buildnpm run testnpm run lintnpm run format:checkUse targeted tests when possible:
npm test -- --testPathPattern=tests/api/restApinpm test -- --testNamePattern="should parse"Use this as a quick orientation when placing new code:
src/api/: API interface, REST/VS Code implementations, business typessrc/components/: React components (table/modal/graph/mapper/admin tools/notifications)src/hooks/: custom hookssrc/misc/: utility functionssrc/theme/: Ant Design tokens and semantic color systemsrc/styles/: global CSS and overridessrc/pages/: route-level componentssrc/permissions/: access control functions/componentsshould ... when ... where applicable.