jest-testing

3 stars
16
B

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-testing
skilz install mcclowes/lea/jest-testing --agent opencode
skilz install mcclowes/lea/jest-testing --agent codex
skilz install mcclowes/lea/jest-testing --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mcclowes/lea
2. Copy the agent skill directory:
cp -r lea/.claude/skills/jest-testing ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

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

Spec Compliance
12/15
PDA Architecture
24/30
Ease of Use
22/25
Writing Style
8/10
Utility
18/20
Modifiers: +3

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...

Report Security Issue

Found a security vulnerability in this agent skill?