digital-go-jp
- 9 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌ Develop Component · digital-go-jpコンポーネントを新規作成・更新する。CSS、HTML、Storybook Stories、テスト、JavaScript(Custom Elements)の実装を含む。
- ▌ Review · digital-go-jpReview changed code in this repo against the project's review checklist (readability, maintainability, performance, security, consistency).
- ▌ Write Tests · digital-go-jpWrite 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.
- ▌ Create Commit · digital-go-jpStage files, generate a commit message in this repo's Conventional Commits style, and commit after user approval.
- ▌ Component Rules · digital-go-jpRules 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.
- ▌ Port HTML To React · digital-go-jpPort a component from the HTML reference (digital-go-jp/design-system-example-components-html) to this React + Storybook project.
- ▌ Pre Completion Check · digital-go-jpRun the pre-completion checks before declaring a task done. Executes lint, markup lint, build (tsc), tests, and reminds the user to verify Storybook visually.
- ▌ Write Component Docs · digital-go-jpAuthor component documentation in this project. Docs live in a standalone <Name>.mdx file next to the component's Stories, written in Japanese. Covers the React-first doc structure to write for any component, plus a short addendum for migrating content from the HTML reference's MDX.