React Framework

Generate React component and hook tests using React Testing Library templates.

11|7|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/FortiumPartners/ensemble --skill react-framework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: React Framework
Source: https://github.com/FortiumPartners/ensemble/tree/main/packages/react/skills
Command: npx skills add https://github.com/FortiumPartners/ensemble --skill react-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps frontend developers automate React testing tasks, generate boilerplate, and ensure consistent tests across components, saving time and reducing boilerplate.

Core Features & Use Cases

  • Templates for React components and hooks tests: Boilerplate generation for unit, integration, and E2E tests using React Testing Library.
  • Hardened tests patterns: Coverage for RTL patterns, accessibility checks (jest-axe), and best practices.
  • Code generation & templates: Prebuilt templates for components, hooks, context, and tests to accelerate development.

Quick Start

Start by loading the React skill with your frontend task. Then generate tests for a component with the templates in templates/ and adapt to your domain. For example: "Generate a unit test for MyButton.tsx and run it"