refine-validate

Validate PMPO refinement state across schemas, files, constraints, and logs.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill refine-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refine-validate
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/artifact-refiner/skills/refine-validate
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill refine-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run comprehensive validation on the current refinement state to ensure all artifacts and constraints are consistent.

Core Features & Use Cases

  • Schema Validation: verify artifact_manifest.json against its schema.
  • File Integrity: ensure referenced files exist and are non-empty in dist.
  • Constraint Satisfaction: evaluate blocking constraints and report status.
  • State Consistency: check refinement_log.md and decisions.md align across iterations.

Quick Start

Invoke the artifact-validator agent to run all checks on the current refinement state and review the resulting validation report.

Frequently Asked Questions about refine-validate

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

FAQPage Schema
How do I validate artifact_manifest.json schemas during refinement iterations?

Schema validation for artifact_manifest.json verifies the file against its defined schema during refinement iterations. This ensures all referenced artifacts are structurally consistent and produces a validation report highlighting any schema violations.

What is the best way to check refinement state consistency across iterations?

Checking refinement state consistency involves comparing refinement_log.md and decisions.md across iterations to ensure alignment. The validation process detects regressions or missed iterations and surfaces them in a structured report for review.

How do I verify file integrity for dist contents and referenced artifacts?

File integrity validation ensures referenced files exist and are non-empty within the dist directory. Automated checks run comprehensive validation on the current refinement state to confirm all distributed artifacts are complete and accessible.

Does automated testing evaluate blocking constraints and report their status?

Automated testing evaluates blocking constraints and reports their status as part of constraint satisfaction checks. The validation process assesses whether constraints are met during refinement iterations and includes the results in a structured validation report.

Can I use schema validation to detect regressions in PMPO refinement logs?

Schema validation can detect regressions in PMPO refinement logs by checking state consistency between refinement_log.md and decisions.md. The validation process surfaces any missed iterations or alignment issues in a structured report.