analyzing-integration-tests

Analyze integration tests and generate structured documentation files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes integration tests to verify component interactions, database access, and external service integration, producing structured, machine-readable documentation that improves test coverage visibility.

Core Features & Use Cases

  • Structured documentation: generates a machine-readable layout of integration-test coverage under docs/unwind/layers/integration-tests/.
  • Incremental writes: supports stepwise analysis and progressive disclosure for large codebases.
  • Use Case: when you add or modify integration tests, automatically produce a documented layer with an index and per-type sections.

Quick Start

Run a concise analysis to produce the docs/unwind/layers/integration-tests/ directory.

Frequently Asked Questions about analyzing-integration-tests

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

FAQPage Schema
How do I generate documentation for integration tests covering component interactions?

You can generate integration test documentation by analyzing tests that verify component interactions and database access, outputting structured markdown files into a docs/unwind/layers/integration-tests/ directory with an index and per-type sections.

What is the best way to document test coverage for external service integration?

The best way to document test coverage for external service integration is to run a structured analysis that automatically produces an index and per-type section files in a dedicated directory, improving visibility across component interactions.

Can I use incremental writing to analyze integration tests in large codebases?

Yes, you can use incremental writing to analyze integration tests in large codebases. This approach supports stepwise analysis and progressive disclosure, allowing you to generate documentation progressively without processing everything at once.

Does this integration test analysis require any specific testing frameworks?

No specific testing frameworks are required. The analysis is applicable to any projects that verify component interactions, database access, and external service integration, operating without dependencies to produce structured documentation.

How do I structure integration test analysis output for machine readability?

To structure integration test analysis output for machine readability, the tool generates a docs/unwind/layers/integration-tests/ directory containing an index.md file alongside per-type section files, ensuring a standardized and parseable documentation layout.

When do I need to produce structured documentation for my integration tests?

You need to produce structured documentation for integration tests when you add or modify tests verifying component interactions or database access, ensuring test coverage visibility is maintained through an automatically generated documented layer.