jest-testing
Use when writing Jest tests - covers testing patterns for interpreters, parsers, and async code
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install mcclowes/lea/jest-testingskilz install mcclowes/lea/jest-testing --agent opencodeskilz install mcclowes/lea/jest-testing --agent codexskilz install mcclowes/lea/jest-testing --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/mcclowes/leacp -r lea/.claude/skills/jest-testing ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
pytest-config
by athola
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...
shell-testing-framework
by manutej
Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ...
markdownlint-custom-rules
by TheBushidoCollective
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
feature-dev
by secondsky
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architect...
Agentic Skill Details
- Repository
- lea
- Stars
- 3
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- testing
- Market Score
- 16
Agent Skill Grade
B Score: 87/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing TOC in SKILL.md
- No numbered workflow steps
- Core Principles redundancy
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I've been diving through testing skills lately, and I noticed your jest-testing skill handles some real-world patterns that a lot of tutorials gloss over—the B grade reflects solid execution with room to polish the developer experience.
Links:
The TL;DR
You're at 87/100, solidly in B territory. This is based on Anthropic's best practices for skill design. Your strongest area is Utility (18/20)—the skill solves real problems for testing interpreters and async patterns. The weakness is Progressive Disclosure Architecture (24/30)—your documentation structure could guide developers through patterns more efficiently without the overhead.
What's Working Well
- Practical triggers: Your metadata nails discoverability with specific phrases like "writing Jest tests" and "testing patterns"—developers will actually find this when they need it
- Smart reference organization: Delegating mocking and async patterns to separate files is the right call; keeps SKILL.md lean while letting people dive deeper when needed
- Real-world examples: The Arrange-Act-Assert pattern examples and mock implementations actually match what people write, not textbook pseudocode
- One-level-deep references: No nested reference chains—clean dependency graph that respects token economics
The Big One: Missing Navigation Structure
Your SKILL.md (107 lines) and reference files (mocking.md at 117 lines, async-testing.md at 119 lines) lack tables of contents. This matters because it burns tokens on scrolling through dense content instead of jumping to what developers need.
The fix: Add a simple TOC at the top of each file:
# Jest Testing Best Practices
## Contents
- [Quick Start](#quick-start)
- [Core Principles](#core-principles)
- [Te...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.