test-config-scanner

Identify testing frameworks, runners, and configuration files across codebases.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/iamsteveholmes/momentum --skill test-config-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-config-scanner
Source: https://github.com/iamsteveholmes/momentum/tree/main/skills/momentum/skills/agent-guidelines/sub-skills/test-config-scanner
Command: npx skills add https://github.com/iamsteveholmes/momentum --skill test-config-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects test configurations, frameworks, and patterns across a project to speed up auditing and onboarding.

Core Features & Use Cases

  • Identify testing frameworks, runners, assertion libraries, and mocking tools across languages.
  • Locate test directories and configuration files to map test coverage and setup.
  • Provide a ready-to-use summary for configuring CI tests and ensuring consistency.

Quick Start

Scan the repository for test configurations and patterns across languages.

Frequently Asked Questions about test-config-scanner

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

FAQPage Schema
How do I detect testing frameworks and configurations across a multi-language codebase?

Detect testing frameworks across a multi-language codebase by parsing configuration files and test directories. This scanning process surfaces runners, assertion libraries, and mocking tools to produce a structured output of detected entities.

What is the best way to map test coverage and setup patterns in an existing project?

Mapping test coverage and setup patterns involves locating test directories and parsing configuration files. This approach identifies active testing tooling and structural patterns to generate a comprehensive audit summary for the project.

Can I use a config scanner to find mocking libraries and UI testing tools in my repository?

Yes, a config scanner can find mocking libraries and UI testing tools by parsing repository configurations. It identifies these specific testing utilities and maps them alongside detected frameworks and assertion libraries.

Does test configuration scanning work for multi-language projects with different test runners?

Test configuration scanning works effectively for multi-language projects by parsing diverse configuration files. It successfully surfaces various test runners and framework patterns across different languages within the same codebase.

Why do I need to identify test patterns and tooling when onboarding to a new codebase?

Identifying test patterns and tooling when onboarding to a new codebase accelerates the auditing process. It provides a ready-to-use summary of detected frameworks and configurations, ensuring consistency when configuring CI tests.