qsd-validate-phase

Audit Nyquist validation coverage and generate updated validation artifacts.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-validate-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-validate-phase
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-validate-phase
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-validate-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nyquist phase validation gaps can lead to undetected issues in completed workflows. This Skill provides an automated audit and remediation workflow to ensure validation coverage is complete and up-to-date.

Core Features & Use Cases

  • Auto-audit: Checks existing VALIDATION.md and identifies missing validation gaps.
  • Artifact reconstruction: If SUMMARY.md exists, reconstruct missing validation data from artifacts.
  • Guided remediation: Generates missing VALIDATION.md and associated test files to verify phase success.

Quick Start

Run the Nyquist phase validation workflow to audit the most recently completed phase and generate updated validation artifacts.

Frequently Asked Questions about qsd-validate-phase

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

FAQPage Schema
How do I audit Nyquist phase validation coverage for a completed workflow?

To audit Nyquist phase validation, run this Skill against the completed phase to check existing VALIDATION.md files, identify gaps, and generate updated artifacts. It scans the Nyquist workflow path and remediates missing test files automatically.

What happens if my Nyquist phase is missing a VALIDATION.md file?

If a VALIDATION.md is missing, this Skill performs guided remediation by generating the missing file and associated test files. It can also reconstruct missing validation data from existing artifacts if a SUMMARY.md is present.

Can I reconstruct validation data from artifacts when SUMMARY.md exists?

Yes, you can reconstruct validation data from artifacts when SUMMARY.md exists. The Skill parses the file to rebuild missing validation information and ensures updated validation artifacts and test files are created accordingly.

Do I need an executed phase to generate Nyquist validation artifacts?

No, an executed phase is not required to generate Nyquist validation artifacts. The Skill processes phases that have not been executed, producing updated validation artifacts and test files to verify future phase success.

What is the best way to automate QA audits for Nyquist workflow phases?

The best way to automate QA audits for Nyquist workflow phases is using an auto-audit Skill that checks existing validation coverage, reconstructs data from SUMMARY.md artifacts, and generates missing test files to ensure complete validation coverage.