This skill should be used whenever the user is writing, running, or configuring tests for the KubeRocketCI portal frontend — phrasings like "write tests", "add unit tests", "test this hook or utility", "Vitest", "Testing Library", "renderHook", "mock the tRPC client / Zustand store / a hook", "TestProviders", "seed the query cache", "test coverage", "what gets tested where", or "add a Storybook story to test states". The portal uses a split strategy — Vitest for .ts utilities/hooks/server code, Storybook for .tsx components (which are excluded from Vitest coverage). Use it even when testing is only part of the request. Do NOT use it when the user is implementing the feature itself rather than testing it — defer to component-development, form-patterns, table-patterns, filter-patterns, api-integration, k8s-resources, or routing-permissions for the implementation.
$npx -y skills add kuberocketci/claude-plugins --skill testing-standardsInstalls into the current project.
Run `npx skills use "https://github.com/kuberocketci/claude-plugins" --skill "kuberocketci/claude-plugins/testing-standards"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kuberocketci/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kuberocketci/claude-plugins"` and select the relevant skills, then follow their instructions.