Test Compliance Audit
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Audits tests against defined requirements and reports missing, weak or untraceable coverage without relying on raw test counts.
Primary use case
Check whether tests demonstrate compliance with stated requirements.
Expected output
A requirements-to-tests compliance report.
Inputs or variables
- requirements
- test suite
- coverage evidence
Related prompts
Discover Tests for Changes
Maps changed code to relevant tests, identifies coverage gaps and proposes the commands needed for validation.
RFC Requirements Extraction
Extracts normative requirements, constraints and dependencies from an RFC into a traceable implementation checklist.
Specification Invariant Audit
Extracts invariants from a specification and tests whether related designs, implementations, and validation artifacts consistently preserve them.
Test Coverage Gap Audit
Identifies important behavior that is not adequately covered by the current test suite and distinguishes meaningful gaps from coverage-percentage noise.
Test Project Scaffolding
Creates a test-project structure that matches the target language, framework, repository conventions, fixtures, commands, and integration boundaries before individual tests are added.
Test Prompt Author
Creates a focused prompt for designing or implementing tests from requirements, code behavior, risk areas, and the repository's existing test conventions.