autoresearch-test-coverage

Map Flutter services to tests and flag under-covered files in audit-only mode.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill autoresearch-test-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-test-coverage
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/autoresearch-test-coverage
Command: npx skills add https://github.com/MINT-IA/MINT --skill autoresearch-test-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool identifies gaps in unit test coverage by mapping services to tests and flagging under-tested files, enabling focused test generation and quality improvement.

Core Features & Use Cases

  • Maps services to their tests, reports coverage gaps, and outputs test_gaps.json for autoresearch-test-generation.
  • Enforces audit-only behavior: never modify source code or create tests, ensuring safe, non-destructive assessments.
  • Produces a coverage report suitable for integration into CI/CD and developer workflows.

Quick Start

Run the /autoresearch-test-coverage workflow to generate the initial test_gaps.json and audit report.

Frequently Asked Questions about autoresearch-test-coverage

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

FAQPage Schema
How do I identify gaps in Flutter unit test coverage?

Flutter test coverage audit maps services to tests, flags under-tested files, and outputs a test_gaps.json report to pinpoint coverage gaps for focused test generation.

What is a non-destructive way to audit Dart test coverage?

A non-destructive Dart test coverage audit enforces audit-only behavior, meaning it never modifies source code or creates tests, and simply outputs a coverage report identifying under-tested files.

How do I integrate test coverage reporting into CI/CD workflows?

To integrate test coverage reporting into CI/CD workflows, run the audit to produce a coverage report identifying under-tested files, ensuring quality assurance checks without modifying source code.

Does the test coverage audit require a minimum number of unit tests per service?

Yes, the test coverage audit requires a minimum of 10 unit tests per service as defined by CLAUDE.md, flagging services that fall short of this threshold in the test_gaps.json output.

What is the best way to find under-tested files in a Flutter project?

The best way to find under-tested files in a Flutter project is to run a test coverage audit that maps services to tests, flagging files with insufficient coverage for generation workflows.