discover-test-patterns

Discover and document repository test patterns into a standardized reference document.

10|2|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/eveld/claude --skill discover-test-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover-test-patterns
Source: https://github.com/eveld/claude/tree/main/skills/discover-test-patterns
Command: npx skills add https://github.com/eveld/claude --skill discover-test-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify, document, and enforce consistent test patterns across the repository, reducing onboarding time and improving testing quality.

Core Features & Use Cases

  • Automatically discover common test file organizations, naming conventions, and framework usage.
  • Generate a centralized reference document that codifies patterns for future planning and implementation.
  • Produce ready-to-use templates for future test suites and examples that align with project standards.

Quick Start

Scan the repository for test conventions and generate a reference document at thoughts/notes/testing.md.

Frequently Asked Questions about discover-test-patterns

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

FAQPage Schema
How do I document existing test patterns across a repository?

Document test patterns by scanning the repository source tree to detect test file organization, naming conventions, and framework usage, then generating a standardized testing reference document for future sprints.

Can I standardize test file organization for multiple programming languages?

Yes, you can standardize test file organization across multiple programming languages, as the pattern discovery process applies to codebases of varying languages and test frameworks to map existing conventions.

What is the best way to generate a testing reference document for future sprints?

The best way to generate a testing reference document is to automatically discover common test frameworks and file naming conventions, codifying them into a centralized reference like the default output at thoughts/notes/testing.md.

Does automated test pattern discovery produce templates for future test suites?

Yes, automated test pattern discovery produces ready-to-use templates and examples for future test suites, ensuring new tests align with the project standards identified during the repository scan.

How do I reduce onboarding time by codifying testing conventions?

Reduce onboarding time by codifying testing conventions into a centralized reference document that standardizes test patterns, helping new team members quickly understand and enforce project testing quality.