test-audit

Analyze and rank repository test files against a defined taxonomy.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/mikemyl/verified-development --skill test-audit-mikemyl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-audit
Source: https://github.com/mikemyl/verified-development/tree/main/skills/test-audit
Command: npx skills add https://github.com/mikemyl/verified-development --skill test-audit-mikemyl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes and ranks test corpora based on their quality and relevance to the repository's test taxonomy, identifying areas for improvement and ensuring code quality.

Core Features & Use Cases

  • Test Classification: Categorizes tests based on the repository's taxonomy.
  • Ranking: Prioritizes tests with lower quality or relevance.
  • Deep Review: Reviews the worst tests for potential issues.
  • Reporting: Generates a ranked report of the analysis.

Quick Start

Run the test-audit skill on your test suite with the command: test-audit /path/to/test-suite

Frequently Asked Questions about test-audit

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

FAQPage Schema
How do I analyze and rank my test suite for code quality?▼

You can review and rank test files by running `test-audit /path/to/test-suite`. The tool categorizes tests based on repository taxonomy, prioritizes lower-quality tests for deep review, and generates a ranked analysis report highlighting areas for code quality improvement.

What is test classification based on a repository's taxonomy?▼

Test classification categorizes test files within a repository based on their relevance and adherence to a defined taxonomy. This mechanism identifies tests with lower quality or relevance to prioritize them for deep code review.

Can I identify low-quality tests in my repository automatically?▼

Yes, you can identify low-quality tests automatically by running test-audit on your test suite. It categorizes tests based on defined taxonomy relevance, prioritizes lower-quality files, and performs deep reviews on the worst tests to expose potential issues.

Does test-audit require any dependencies to review test files?▼

No, test-audit does not require any external dependencies to review test files. You can execute the command directly on your test suite path to classify tests based on taxonomy and generate a ranked quality report.

What is the best way to generate a ranked report of test suite quality?▼

The best way to generate a ranked report of test suite quality is to run `test-audit /path/to/test-suite`. This action classifies tests by taxonomy, performs deep reviews on low-ranking files, and outputs a comprehensive analysis report.