meow:nyquist

Map plan acceptance criteria to existing tests and report coverage gaps.

14|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-nyquist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meow:nyquist
Source: https://github.com/ngocsangyem/MeowKit/tree/main/.claude/skills/meow%3Anyquist
Command: npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-nyquist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads plan acceptance criteria and test files to produce a coverage gap report that highlights requirements lacking corresponding tests.

Core Features & Use Cases

  • Load plan from tasks/plans/YYMMDD-name/plan.md and extract acceptance criteria.
  • Scan the repository for tests using patterns such as **/.test., **/.spec., and **/test_..
  • Map each acceptance criterion to relevant tests by inspecting test titles and descriptions.
  • Identify gaps where a criterion has no matching test.
  • Generate a structured report showing mappings and gaps for remediation during Phase 2 (Test RED) or Phase 4 (Review).

Quick Start

Run the Nyquist coverage analysis to generate a report from your plan and test suite.

Frequently Asked Questions about meow:nyquist

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

FAQPage Schema
How do I map acceptance criteria to existing tests for coverage gap analysis?

To map acceptance criteria to existing tests, the Skill scans your repository for test files and matches them against plan requirements to produce a structured coverage gap report for remediation.

What is the best way to identify untested requirements in my plan?

Identifying untested requirements involves reading plan acceptance criteria and inspecting test titles to find criteria with no matching tests, outputting a detailed mapping report of covered and uncovered gaps.

How do I generate a test coverage report from a plan.md file?

Generating a test coverage report from a plan.md file requires loading the plan from tasks/plans/YYMMDD-name/plan.md, extracting acceptance criteria, and scanning test patterns like **/*.test.* to output criterion coverage mappings.

Can I use this coverage audit during Phase 2 or Phase 4 build plan reviews?

Yes, you can apply this coverage audit during Phase 2 Test RED or Phase 4 Review to ensure all plan acceptance criteria are tested, outputting a structured gap report detailing criteria coverage for remediation.

What test file patterns are scanned when checking requirements coverage?

When checking requirements coverage, the Skill scans the repository for tests using patterns such as **/*.test.*, **/*.spec.*, and **/test_*.* to map files against the extracted acceptance criteria.

Why does my coverage gap report show missing tests for valid acceptance criteria?

Your coverage gap report shows missing tests because the Skill maps criteria by inspecting test titles and descriptions; if no existing test file matches a criterion, it is flagged as a gap requiring remediation.