skill
职业分类
描述
更新
code-standards
软件开发工程师
Enforces TypeScript and React code standards for this project — English identifiers, 60-line limit, verb-based naming, control flow, and type organization. Use when writing, reviewing, or refactoring any TypeScript or React code.
2026-07-11
react
软件开发工程师
Applies React component and hook conventions for this project — functional components, folder colocation, explicit props, useMemo, and hook naming. Use when writing or reviewing React components, hooks, or UI code in src/components/.
2026-07-11
test
软件质量保证分析师与测试员
Defines Vitest testing standards for this project — unit and integration tests, AAA structure, stubs, and React component testing. Use when writing tests, setting up Vitest, or reviewing test code.
2026-07-11