vv

Audits software projects for test coverage, traceability, documentation completeness, and implementation correctness using Git and filesystem analysis.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/PoleBarnes/test-travis-harness --skill vv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vv
Source: https://github.com/PoleBarnes/test-travis-harness/tree/main/skills/vv
Command: npx skills add https://github.com/PoleBarnes/test-travis-harness --skill vv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The 'vv' Skill identifies gaps in test coverage, verifies requirement traceability, checks documentation completeness, and ensures implementation completeness for software projects.

Core Features & Use Cases

  • Test Coverage Audit: Identifies missing test cases for specified requirements.
  • Requirement Traceability: Maps requirements to their corresponding implementation and test files.
  • Documentation Validation: Checks for the presence and completeness of required documentation deliverables.
  • Implementation Verification: Ensures that implementations match the requirement specifications.
  • Acceptance Criteria Validation: Validates the quality and coverage of acceptance criteria.
  • Use Case: Before deploying a new feature, use 'vv' to ensure that all requirements are met, tests are in place, and documentation is complete.

Quick Start

Run the 'vv' skill with the argument 'full' to perform a comprehensive audit.

Frequently Asked Questions about vv

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

FAQPage Schema
How do I audit test coverage and requirement traceability before a deployment?

Test coverage auditing works by traversing implementation files and test cases to identify missing tests for specified requirements, mapping each requirement to its corresponding implementation and test files to verify traceability.

What's the best way to check documentation completeness in a software project?

Checking documentation completeness involves scanning software project artifacts to validate the presence and completeness of required documentation deliverables, ensuring all necessary references are accounted for before deployment.

How does requirement traceability verification work with Git repositories?

Requirement traceability verification utilizes Git and file system operations for traversal, mapping requirement documents to their corresponding implementation files and test cases to detect coverage gaps.

Can I validate acceptance criteria quality and implementation correctness automatically?

Yes, you can automatically validate acceptance criteria quality and implementation correctness by running a full audit that checks implementation files against requirement specifications and acceptance criteria.

What file access do I need to perform an implementation verification audit?

Implementation verification requires access to requirement documents, implementation files, test cases, and documentation artifacts, utilizing Git and file system operations for traversal and analysis.

When should I run a comprehensive test coverage and documentation audit?

You should run a comprehensive test coverage and documentation audit before deploying a new feature to ensure all requirements are met, tests are in place, and documentation is complete.