ln-140-test-docs-creator

Create and validate test documentation templates with SCOPE tags and maintenance sections.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-140-test-docs-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-140-test-docs-creator
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-140-test-docs-creator
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-140-test-docs-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creates test documentation (testing-strategy.md + tests/README.md) and validates structure and maintenance sections.

Core Features & Use Cases

  • Generates testing-strategy.md and tests/README.md
  • Validates SCOPE tags and maintenance sections
  • Ensures test documentation supports risk-based testing

Quick Start

Generate test documentation templates for a new Story.

Frequently Asked Questions about ln-140-test-docs-creator

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

FAQPage Schema
How do I create consistent test documentation for my project?

Test documentation creation generates testing-strategy.md and tests/README.md files that establish your project's test philosophy and organization. This Skill creates these documents from templates, validates their structure including SCOPE tags and maintenance sections, and ensures consistency across your test suite.

What should a testing strategy document include?

A testing strategy document outlines your risk-based testing approach, test organization philosophy, and maintenance guidelines. This Skill generates templates with required sections for SCOPE tags, maintenance notes, and structural validation to ensure your strategy document supports consistent test practices.

Can I validate existing test documentation structure and content?

Yes. This Skill audits test documentation during project maintenance by validating SCOPE tags, required sections, maintenance sections, and POSIX endings. It performs both structural validation and content validation to ensure documentation remains consistent and complete.

When should I generate test documentation for a new project?

Generate test documentation during project onboarding, when scaffolding new projects, or during maintenance cycles. This Skill operates as an L2 worker in the documentation pipeline to ensure test philosophy and organization are established early and kept current.

What files does the test documentation generator create?

The Skill creates two core files: testing-strategy.md (defining your test philosophy and risk-based testing approach) and tests/README.md (documenting test organization and structure). Both files include templates with placeholders that are replaced during generation and validated for completeness.