.agents/skills/jest-setup-recipe/SKILL.md
Reusable Jest setup recipe for React + TypeScript + ESM projects using ts-jest and jsdom. Use when creating or validating the unit test runtime.
npx skillsauth add filippovskii09/quize-audit jest-setup-recipeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide a stable Jest runtime for React and TypeScript with ESM support.
jest.config.tsts-jest/presets/default-esmjsdomsrc/setupTest.tsx.ts, .tsxts-jest with tsconfig.test.json@ui, @icons, @components, @src)jestts-jestjest-environment-jsdom@testing-library/react@testing-library/jest-domnpm test
tsconfig and vite.config.ts.setupFilesAfterEnv consistent with global matchers and test helpers.Tests run in a browser-like environment with consistent module resolution and stable coverage output.
development
Domain skill for React internationalization setup with react-intl, locale switching, and typed i18n context. Use when adding new translations or extending locale behavior.
development
Domain skill for reusable typed React hooks used in business logic. Use when extending or validating shared hooks like local storage and pagination.
development
Reusable Prettier formatting recipe for TypeScript and frontend repositories. Use when enforcing consistent code style and integrating format checks in hooks.
tools
Declarative pre-commit framework recipe for polyglot repositories with stage-aware hooks (pre-commit and pre-push). Use when repositories need non-Node quality gates or mixed toolchains.