test-coverage

Audit lattice-method test coverage against formal checklists and TEST_QUALITY.md criteria.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dzackgarza/lattice_interface --skill test-coverage-dzackgarza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coverage
Source: https://github.com/dzackgarza/lattice_interface/tree/main/.skills/test-coverage
Command: npx skills add https://github.com/dzackgarza/lattice_interface --skill test-coverage-dzackgarza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test coverage for lattice methods is often incomplete or misaligned with formal checklists; this skill provides a focused workflow to audit, document, and improve test coverage to ensure mathematical properties and method contracts are properly exercised.

Core Features & Use Cases

  • Align tests with lattice-method checklists and TEST_QUALITY.md criteria.
  • Audit individual test files for nontrivial, independent mathematical assertions rather than only structural checks.
  • Generate structured reports mapping checklist items to tests and identify gaps for repair.
  • Use in scenarios where code changes require corresponding updates to tests or test-documentation alignment.

Quick Start

Read the example tasks and guidance in this skill to begin auditing tests without executing them, documenting gaps, and planning targeted test repairs.

Frequently Asked Questions about test-coverage

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

FAQPage Schema
How do I audit test coverage for mathematical methods against formal checklists?

How do I audit test coverage for mathematical methods against formal checklists?

How do I test lattice methods without running the test suite?

How do I test lattice methods without running the test suite?

What is test coverage alignment with TEST_QUALITY.md criteria?

What is test coverage alignment with TEST_QUALITY.md criteria?

How do I find missing mathematical assertions in my test files?

How do I find missing mathematical assertions in my test files?

Does this test coverage audit work without executing any tests?

Does this test coverage audit work without executing any tests?

When do I need to audit tests for coverage gaps in mathematical code?

When do I need to audit tests for coverage gaps in mathematical code?