Documentation
README
Test Coverage Analysis
Trigger
- Keywords: check coverage, test coverage, coverage analysis, coverage gaps, check-coverage
When NOT to Use
- Test sufficiency review via Codex (use
/codex-test-review) - Generating tests (use
/codex-test-gen) - Running tests (use
/verify)
Parent Skill Reference
See @skills/test-review/SKILL.md for Codex-based test review workflow.
Agent Dispatch
Agent({
description: "Assess three-layer test coverage and identify gaps",
subagent_type: "coverage-analyst",
prompt: `Assess Unit / Integration / E2E test coverage for the feature docs at: $ARGUMENTS
Follow the steps defined in this skill.`
})
Task
Step 1: Read Feature Documentation
This is the opening of the README. Read the full README on GitHub.