prevc-validation

Automate PREVC Validation with spec comparisons, ADR guardrails, and test coverage checks.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/devflow --skill prevc-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prevc-validation
Source: https://github.com/NEXUZ-SYS/devflow/tree/main/skills/prevc-validation
Command: npx skills add https://github.com/NEXUZ-SYS/devflow --skill prevc-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PREVC Validation ensures implementations align with the spec, pass tests, and meet security and quality standards.

Core Features & Use Cases

  • Comprehensive spec compliance and test verification for PREVC phase.
  • ADR guardrails compliance checks to ensure architectural governance.
  • Flexible validation modes (Full and Lite) for mid-workflow governance.

Quick Start

Run the PREVC validation in the current workflow to perform spec-compliance checks and ADR guardrails verification in a single pass.

Frequently Asked Questions about prevc-validation

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

FAQPage Schema
How do I verify spec compliance and run tests during my software development workflow?

Spec compliance and test verification are automated by comparing your implementation against the specification, ensuring all tests pass, and identifying security or quality issues in a single validation pass.

What is the best way to enforce architectural governance and ADR guardrails in a standard project?

Architectural governance is enforced by applying ADR guardrails compliance checks during the validation phase, verifying that your implementation adheres to defined architectural decisions and constraints.

Can I run a lighter validation check mid-workflow instead of a full security and test audit?

Yes, you can run validation in Lite mode for mid-workflow governance, or use Full mode to execute comprehensive spec comparisons, test coverage checks, and security assessments.

How do I automate code reviews to check for security vulnerabilities and spec deviations?

Automated code reviews are triggered during the validation phase to perform structured spec verification, apply governance checks, and identify security vulnerabilities or quality issues.

Does PREVC validation require any specific dependencies or external components to run?

No specific dependencies or external components are required. The validation operates directly on your standard software project to execute tests and apply governance checks.

Why does my implementation pass tests but still fail the validation phase?

Passing tests alone is insufficient. The validation phase also enforces structured spec verification, ADR guardrails compliance, and security assessments that your implementation must satisfy.