nean-unit-test

Run NEAN unit tests and report failures with assertion diffs.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/edfenton/claude-skills --skill nean-unit-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nean-unit-test
Source: https://github.com/edfenton/claude-skills/tree/main/nean/nean-unit-test
Command: npx skills add https://github.com/edfenton/claude-skills --skill nean-unit-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates running NEAN unit tests, collecting results, and guiding fixes, reducing manual debugging time and improving test reliability.

Core Features & Use Cases

  • Run NEAN unit tests across apps and libraries, with per-project scope and coverage metrics.
  • Generate detailed failure reports including file paths, test names, and assertion diffs to speed triage.
  • Apply approved auto-fixes to failing tests and re-run to validate.

Quick Start

Run NEAN unit tests for all projects and apply approved fixes, then re-run to verify.

Frequently Asked Questions about nean-unit-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run unit tests across NestJS, Angular, and Nx libraries?▼

Run unit tests across NestJS, Angular, and Nx libraries by automating execution with per-project scoping, collecting pass/fail/skip counts, and reporting coverage metrics to accelerate debugging.

What is the best way to debug failing unit tests in a NEAN stack codebase?▼

Debug failing NEAN stack unit tests by generating detailed failure reports with file paths, test names, and assertion diffs to speed triage and guide fixes, reducing manual debugging time.

Can I automatically fix failing Angular or NestJS unit tests?▼

Yes, you can apply approved auto-fixes to failing Angular and NestJS unit tests, which resolves deterministic issues and automatically re-runs the tests to validate the applied fixes.

Does this NEAN unit testing automation enforce specific test conventions?▼

Yes, NEAN unit testing automation enforces test conventions during execution across NestJS, Angular, and library codebases, ensuring consistent test structure and reliable reporting before applying any fixes.

How do I scope unit test runs to a specific project within an Nx workspace?▼

Scope unit test runs to a specific project within an Nx workspace by applying per-project filtering during execution, collecting pass/fail/skip counts, and reporting coverage metrics exclusively for that target scope.