·jest-rtl-testing
</>

jest-rtl-testing

lanamaysu/agent-skills

Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail

6Installs·0Trend·@lanamaysu

Installation

$npx skills add https://github.com/lanamaysu/agent-skills --skill jest-rtl-testing

SKILL.md

Based on Testing Library's core principles and Kent C. Dodds' best practices guidance for writing user-centric tests.

Core Principle: Tests should interact with your application the same way users do, not test implementation details.

⚠️ Performance Warning: getByRole can be slow on large views (ref). For complex UIs with many elements, prefer getByLabelText or getByText first.

Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail Source: lanamaysu/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lanamaysu/agent-skills --skill jest-rtl-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is jest-rtl-testing?

Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail Source: lanamaysu/agent-skills.

How do I install jest-rtl-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lanamaysu/agent-skills --skill jest-rtl-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/lanamaysu/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-11