unit-test-generation

Community

Create thorough tests with 100% coverage.

Authorshvee-pandora
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of unit tests to maximize coverage, reduce manual effort, and ensure critical paths are exercised across React components, utilities, hooks, and API routes.

Core Features & Use Cases

  • Code Analysis: Inspect source files to identify testable functions, components, hooks, and classes.
  • Test Case Coverage: Generate happy path, edge cases, error handling, and full branch coverage.
  • Framework Compatibility: Produce tests compatible with Jest or Vitest, including mocks and accessibility checks.
  • Quality uplift: Provide guidance on improving test coverage and structure.

Quick Start

Generate tests for a given file, e.g. 'src/components/Button/Button.tsx' using Jest.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: unit-test-generation
Download link: https://github.com/shvee-pandora/pnd-agents/archive/main.zip#unit-test-generation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository