tests

Scout coverage gaps, generate test files, and continue incomplete test suites.

10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dnviti/codeclaw --skill tests-dnviti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tests
Source: https://github.com/dnviti/codeclaw/tree/main/skills/tests
Command: npx skills add https://github.com/dnviti/codeclaw --skill tests-dnviti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test lifecycle management: scout coverage gaps, create test files, continue incomplete test suites, and track persistent coverage.

Core Features & Use Cases

  • Scout coverage gaps across the codebase to surface untested areas.
  • Generate or extend test files for identified targets to improve coverage.
  • Continue incomplete test suites and maintain persistent coverage tracking over time.
  • Enforce project configuration authority and gating-like flows to ensure reliable test quality.

Quick Start

Load project configuration with SH context and dispatch TESTS with an initial flow (scout, create, or continue) to begin managing tests.

Frequently Asked Questions about tests

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

FAQPage Schema
How do I find untested code and identify test coverage gaps?

You can scout coverage gaps across the codebase to surface untested areas. This test management approach analyzes existing suites to identify missing coverage targets for generation.

What is the best way to automate test generation for evolving projects?

Automate test generation by dispatching a create flow to generate or extend test files for identified targets. This enforces project configuration authority to ensure reliable test quality over time.

How do I continue an incomplete test suite and track coverage persistently?

Continue incomplete test suites by dispatching a continue flow to maintain persistent coverage tracking. This manages ongoing maintenance for projects with evolving test suites and coverage goals.

Do I need to load project configuration before running test management commands?

Yes, you must load project configuration with SH context before dispatching TESTS commands. This enforces project configuration authority and gating-like flows for reliable test quality management.

What are the limitations of automated test lifecycle management for ongoing maintenance?

Automated test lifecycle management requires project configuration loading and SH context flow control. It is limited to projects with evolving test suites, coverage goals, and ongoing maintenance needs.