generate-test-guide

Analyze a project's tech stack to generate a tailored testing guide.

16|145|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/devfullcycle/mba-ia-greenfield-project --skill generate-test-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-guide
Source: https://github.com/devfullcycle/mba-ia-greenfield-project/tree/main/.claude/skills/generate-test-guide
Command: npx skills add https://github.com/devfullcycle/mba-ia-greenfield-project --skill generate-test-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a project-specific testing guide by analyzing a project's tech stack and surfacing best practices tailored to that stack.

Core Features & Use Cases

  • Inventory languages, frameworks, test runners, and external systems from the project.
  • Research testing best practices with version-aware filtering.
  • Generate a per-project testing guide at .claude/skills/testing-guide-<project>/ including main SKILL.md and artifact/reference sub-files.
  • Interactively ask clarifying questions to tailor the guidance.

Quick Start

Run /generate-test-guide <project-folder> to generate a tailored testing guide.

Frequently Asked Questions about generate-test-guide

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

FAQPage Schema
How do I generate a testing guide tailored to my project's tech stack?

To generate a testing guide, you run the command targeting a project folder. The tool inventories your languages, frameworks, and test runners, then creates a customized testing guide at `.claude/skills/testing-guide-<project>/`.

What is the best way to document test runners and frameworks in a monorepo?

Documenting test runners in a monorepo involves analyzing the distinct tech stacks across its directories. This tool inventories the specific languages and frameworks in each project area to produce a per-project testing guide.

Does the generated testing guide include version-specific best practices?

Yes, the testing guide includes version-specific best practices. The tool conducts web research to resolve and filter best practices according to the exact versions of the frameworks and test runners detected in your project.

Can I tailor the testing guidance for my specific external systems and workflows?

You can tailor the testing guidance by answering interactive clarifying questions. The tool queries you during generation to ensure the output aligns with your external systems and specific project workflows.

How do I automate the creation of a SKILL.md and reference files for testing?

Automating testing documentation is handled by running the generation command. It outputs a main SKILL.md alongside artifact and reference sub-files into a dedicated `.claude/skills/` directory to guide planning, implementation, and review.