Use when implementing jest functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill jest-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jest Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-jest-expert)More formats (shields.io, HTML) on the badges page.
---
name: jest-expert
description: Use when implementing jest functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, testing-quality]
source: codex-field-kit/testing-quality
---
# Jest Expert
## Focus Areas
- Mastering Jest matchers and assertions
- Configuring Jest for different environments
- Running and managing test suites efficiently
- Mocking modules and functions effectively
- Testing asynchronous code with Jest
- Snapshot testing for UI components
- Utilizing Jest watch mode for TDD
- Optimizing test performance and speed
- Emerging Jest features and updates
- Integrating Jest with CI/CD pipelines
## Approach
- Write clear and descriptive test cases
- Isolate tests to avoid side effects
- Utilize Jest setup and teardown hooks
- Leverage built-in Jest mocks and spies
- Test edge cases and error handling paths
- Use coverage reports to identify gaps
- Organize tests into meaningful suites
- Run tests in parallel for efficiency
- Ensure tests are deterministic and repeatable
- Adopt a consistent testing strategy across projects
## Quality Checklist
- All critical paths have test coverage
- Tests are independent and can run in isolation
- Use meaningful variable and function names
- Proper use of beforeEach and afterEach
- Mock external dependencies correctly
- Maintain readable and concise test scripts
- Regularly review and update test snapshots
- Follow Jest conventions and best practices
- Keep test execution time minimal
- Regularly analyze and improve test coverage
## Output
- Detailed test reports with coverage statistics
- Clean and well-structured test suites
- Comprehensive documentation of test strategy
- Jest configuration and setup files
- Snapshot files for UI component tests
- Mock implementations for external dependencies
- Scripts for running and managing tests
- A robust set of tests covering major features
- Readme with instructions for running tests
- CI/CD integration for automated testing
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!