Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

design-system-example-components-react

design-system-example-components-react 收录了来自 digital-go-jp 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
619
更新
2026-05-27
Forks
40
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

component-rules
软件开发工程师

Rules and conventions for building React components in this repo (composition pattern, no logic in component body, styling tokens, file layout, etc.). Read this before writing or editing any component.

2026-05-27
create-commit
软件开发工程师

Stage files, generate a commit message in this repo's Conventional Commits style, and commit after user approval.

2026-05-27
port-html-to-react
网页开发工程师

Port a component from the HTML reference (digital-go-jp/design-system-example-components-html) to this React + Storybook project.

2026-05-27
pre-completion-check
软件质量保证分析师与测试员

Run the pre-completion checks before declaring a task done. Executes lint, markup lint, build (tsc), tests, and reminds the user to verify Storybook visually.

2026-05-27
review
软件质量保证分析师与测试员

Review changed code in this repo against the project's review checklist (readability, maintainability, performance, security, consistency).

2026-05-27
write-component-docs
软件开发工程师

Author component documentation in this project. Docs live inside the component's *.stories.tsx (Storybook autodocs), translated from the HTML reference's MDX structure into JSX, in Japanese.

2026-05-27
write-tests
软件质量保证分析师与测试员

Write tests for components in this project. Covers Storybook-based UI tests (composeStories + vitest-browser-react), unit tests for hooks/utils, and the conventions that keep tests deterministic and meaningful.

2026-05-27