Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

crm-react-ui-kit

crm-react-ui-kit에는 kommo-crm에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
7
업데이트
2026-06-10
Forks
14
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

crm-ui-kit-component
소프트웨어 개발자

Create a new React component in the crm-react-ui-kit library following the project's conventions (forwardRef, CSS variables theme system, useThemeClassName hook, .props.ts/.themes.ts/.module.css/index.ts files). Use when adding a new component under packages/ui-kit/src/components, scaffolding component files, or asked to create a new UI kit component.

2026-06-10
crm-ui-kit-e2e-test
소프트웨어 품질 보증 분석가·테스터

Write Playwright Component Testing visual e2e tests for crm-react-ui-kit components, including the playground file and the prop-cartesian screenshot test. Use when adding `<Component>.e2e.test.tsx` and `<Component>.e2e-playground.tsx` files under `packages/ui-kit/src/components/<Name>/__tests__/`, generating image snapshots, or asked to write/update visual regression tests.

2026-06-10
crm-ui-kit-full-component
소프트웨어 개발자

End-to-end scaffolding of a brand-new crm-react-ui-kit component — orchestrates source files, unit tests, Playwright e2e visual tests, and Storybook stories, then wires the component into package.json exports. Use when asked to "create a full component", "add a new component end to end", or to bootstrap everything (component + tests + e2e + stories) in one go.

2026-06-10
crm-ui-kit-stories
소프트웨어 개발자

Write Storybook 8 stories (.stories.tsx + .mdx) for crm-react-ui-kit components — including the meta with title/USAGE snippet, controlled/uncontrolled stories, hidden per-theme stories tagged !dev, and a Themes.mdx with ThemeVisualization. Use when adding `<Component>.stories.tsx`, `<Component>.mdx`, or `Themes.mdx` files under `packages/ui-kit/src/components/<Name>/__stories__/`.

2026-06-10
crm-ui-kit-unit-test
소프트웨어 품질 보증 분석가·테스터

Write Jest + React Testing Library unit tests for components in crm-react-ui-kit, following the project's render-helper pattern, role-based queries, and userEvent interactions. Use when adding `<Component>.test.tsx` files under `packages/ui-kit/src/components/<Name>/__tests__/` or asked to write unit tests for a UI kit component.

2026-06-10