This generates Vitest and React Testing Library tests for Dify's frontend codebase, following their conventions around file placement, mocking patterns, and integration-first testing. It's built from their internal test.md docs, so it knows to put tests in sibling __tests__ directories, use real project components instead of mocking everything, and handle nuqs query state testing with the right adapters. The workflow is deliberately incremental: one file at a time, run it, fix it, then move on. Useful when you're adding coverage to a feature directory or need tests that match existing patterns. It won't help with E2E or Python tests, just the web layer unit and integration work.
npx -y skills add langgenius/dify --skill frontend-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar