generate-testing

Generate standardized testing.md documentation for development task directories.

2|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/sakamotchi/sql-query-build --skill generate-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-testing
Source: https://github.com/sakamotchi/sql-query-build/tree/main/.claude/skills/generate-testing
Command: npx skills add https://github.com/sakamotchi/sql-query-build --skill generate-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill generates standardized testing procedures for development tasks, ensuring consistent documentation practices across projects.

Core Features & Use Cases

  • Generates testing.md under docs/working/{YYYYMMDD}_{requirement}/
  • Supports manual test steps and optional automated tests
  • Works standalone or invoked by generate-working-docs

Quick Start

Provide the development directory path and an optional work type to generate testing.md using the appropriate template in docs/working/{YYYYMMDD}_{requirement}/.

Frequently Asked Questions about generate-testing

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

FAQPage Schema
How do I generate standardized testing documentation for a development directory?

To generate testing documentation, provide a valid development directory path and an optional work type. The skill creates a standardized testing.md file under the docs/working/{YYYYMMDD}_{requirement}/ folder to eliminate inconsistent manual testing practices.

What is the default file structure for auto-generated testing procedures?

Auto-generated testing procedures use the file structure docs/working/{YYYYMMDD}_{requirement}/testing.md. This standardizes development documentation by placing all test steps and optional automated tests within a structured, date-stamped working directory.

Does the testing documentation template support both manual and automated tests?

Yes, the testing documentation template supports manual test steps and optional automated tests. It generates a comprehensive testing.md file that structures both testing approaches within your development directory.

Can I use this to create testing docs for different types of development work?

Yes, you can generate testing docs for different types of development work by specifying an optional work type parameter. If omitted, it defaults to the feature work type and applies the appropriate template automatically.

Do I need any specific dependencies to auto-generate testing.md files?

No specific dependencies are required to auto-generate testing.md files. You only need to provide a valid development directory path, and the skill will independently create the standardized testing procedures documentation.