testing-review

Correlate fresh coverage data with file-level regression value to generate prioritized testing roadmaps.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/arthrod/conejo-skills --skill testing-review-arthrod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-review
Source: https://github.com/arthrod/conejo-skills/tree/main/skills/testing-review
Command: npx skills add https://github.com/arthrod/conejo-skills --skill testing-review-arthrod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the accumulation of stale test debt and inefficient coverage by providing a systematic, audit-first approach to evaluating repository test health.

Core Features & Use Cases

  • Coverage Auditing: Executes fresh repo-wide coverage analysis to identify gaps in regression telemetry.
  • Suite Health Inspection: Profiles test execution times and detects skipped or stale tests that clutter the CI pipeline.
  • Strategic Roadmap Generation: Scores files based on regression value and ROI to produce a prioritized, locked roadmap for future testing efforts.

Quick Start

Run the testing-review skill to generate a fresh coverage map and a prioritized testing roadmap for the current repository phase.

Frequently Asked Questions about testing-review

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

FAQPage Schema
How do I audit my test suite coverage and identify regression gaps?

To audit test suite coverage, you execute a fresh repo-wide coverage analysis to identify gaps in regression telemetry and detect skipped tests. This process correlates coverage data with file-level regression value to prioritize future testing efforts.

What is the best way to prioritize regression testing in a large-scale codebase?

Prioritizing regression testing in a large-scale codebase involves scoring files based on regression value and ROI. This systematic audit-first approach produces a locked, prioritized roadmap targeting the most critical coverage gaps for future testing efforts.

Do I need specific testing tools to profile suite performance and generate lcov reports?

You need standard testing tools like bun or pnpm to profile suite performance and generate lcov reports. These dependencies provide the fresh coverage data required to evaluate repository test health and identify skipped or stale tests.

How do I detect skipped or stale tests cluttering my CI pipeline?

To detect skipped or stale tests cluttering your CI pipeline, you profile test execution times and inspect suite health. This identifies inefficient coverage accumulation and stale test debt that slows down the continuous integration process.

Does this testing audit approach work for periodic codebase health inspections?

This testing audit approach targets large-scale codebases requiring periodic testing audits. It evaluates repository test health by correlating fresh coverage data with file-level regression value to produce a prioritized execution roadmap for each phase.