generate-test-guide

Generate a project-specific testing guide with framework-aware artifacts.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/vanderleik/greenfiend-project --skill generate-test-guide-vanderleik
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-test-guide
Source: https://github.com/vanderleik/greenfiend-project/tree/main/.github/skills/generate-test-guide
Command: npx skills add https://github.com/vanderleik/greenfiend-project --skill generate-test-guide-vanderleik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes a project to generate a tailored, multi-file testing guide that helps teams plan, implement, and review tests across a project.

Core Features & Use Cases

  • Analyzes a project's tech stack and test requirements.
  • Web-research to collect framework-specific testing best practices.
  • Generates a project-specific testing skill at .claude/skills/testing-guide-<project>/ with a main SKILL.md and artifact/reference sub-files.
  • Supports monorepos and multiple projects by creating separate guides per project.

Quick Start

Invoke with /generate-test-guide <project-folder> to produce the guide for that project.

Frequently Asked Questions about generate-test-guide

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

FAQPage Schema
How do I auto-generate a testing guide for my project's tech stack?▼

To auto-generate a testing guide, invoke the skill with a project folder path. It analyzes the project's tech stack, test patterns, and external systems to produce a tailored, multi-file testing guide.

Does this testing guide generator work with monorepos?▼

Yes, this testing guide generator supports monorepos by creating separate, tailored guides for each project. It assembles artifacts in a monorepo-friendly structure under the `.claude/skills/testing-guide-<project>/` directory.

How do I create test strategy documentation covering unit, integration, and end-to-end layers?▼

You can create test strategy documentation by running this skill, which performs version-aware web research on detected frameworks. It assembles reference artifacts that instruct on test strategy across unit, integration, and end-to-end layers.

Can I generate framework-specific testing best practices documentation automatically?▼

Yes, you can generate framework-specific documentation automatically. For each major framework detected in the project, the skill performs version-aware web research to collect and assemble testing best practices.

What's the best way to plan test implementation across multiple projects?▼

The best way to plan test implementation is to use an artifact generation skill that analyzes project requirements and external systems. It seeds a tailored testing guide to help teams plan, implement, and review tests.

Do I need to manually specify my test patterns to generate a testing guide?▼

No, you do not need to manually specify test patterns. The skill automatically identifies the project's tech stack, test patterns, and external systems to seed the tailored testing guide.