What problem does it solve? Frontend test changes often drift from the conventions of the package that owns them, producing inconsistent environments, commands, and coverage decisions. This Skill routes test work to the correct package testing policy so changes follow the owner's established boundaries. ## Core Features & Use Cases - Policy Routing: Points test work under web/ to web/docs/test.md and work under packages/dify-ui/ to packages/dify-ui/docs/testing.md. - Scope Guardrails: Applies only to Vitest and React Testing Library tests, excluding code-review-only requests, Python tests, and Cucumber/Playwright E2E. - Use Case: When asked to add tests for a new React component in packages/dify-ui/, the Skill ensures you follow that package's documented test boundaries, Storybook guidance, and validation commands rather than inventing a parallel strategy. ## Quick Start Use the frontend-testing skill to write Vitest tests for the new component in packages/dify-ui following the package testing policy.