analyzing-unit-tests

Document unit-test coverage and patterns across service, domain, and utilities layers.

9|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/cliftonc/unwind --skill analyzing-unit-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-unit-tests
Source: https://github.com/cliftonc/unwind/tree/main/skills/analyzing-unit-tests
Command: npx skills add https://github.com/cliftonc/unwind --skill analyzing-unit-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unit tests are essential to ensure component reliability, but teams often struggle to measure coverage, identify missing test patterns, and understand test quality across modules.

Core Features & Use Cases

  • Generates an aggregated view of unit-test coverage across service, domain, and utilities layers.
  • Documents test patterns, common utilities, factories, and gaps in coverage, enabling targeted improvements.
  • Produces a structured, machine-readable report at docs/unwind/layers/unit-tests/, including index.md and per-domain test documents.

Quick Start

Create the initial index and begin outlining service-tests.md, domain-tests.md, utilities.md, and coverage-gaps.md.

Frequently Asked Questions about analyzing-unit-tests

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

FAQPage Schema
How do I analyze unit-test coverage and gaps across multi-module codebases?

To analyze unit-test coverage across multi-module codebases, apply this Skill to the service, domain, and utilities layers. It identifies coverage gaps and documents test patterns, producing a structured report under docs/unwind/layers/unit-tests/.

What is the best way to document unit-test patterns and common test utilities?

Documenting unit-test patterns and common utilities involves scanning isolated components to map existing test code. This Skill generates structured, machine-readable per-domain test documents that link directly to source files without adding commentary.

Can I generate a machine-readable report of test coverage for service and domain layers?

Yes, you can generate a machine-readable report of test coverage for service and domain layers. The Skill produces an index.md and specific test documents under docs/unwind/layers/unit-tests/ to ensure completeness and direct source linkage.

Does this unit-test analysis tool work without external dependencies or components?

Yes, this unit-test analysis tool works without external dependencies or components. It operates independently to analyze isolated test components and incrementally writes the aggregated coverage data directly into your documentation directory.

How do I start outlining test documentation for isolated code components?

To start outlining test documentation for isolated code components, create the initial index and begin generating service-tests.md, domain-tests.md, utilities.md, and coverage-gaps.md files to structure your aggregated test analysis.