Verification & Quality Assurance

Score code quality and trigger automatic rollback when verification thresholds are breached.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Ethansuttor/QUANTIFIED --skill verification-quality-assurance-ethansuttor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/Ethansuttor/QUANTIFIED/tree/main/.claude/skills/verification-quality
Command: npx skills add https://github.com/Ethansuttor/QUANTIFIED --skill verification-quality-assurance-ethansuttor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive verification and quality assurance system that ensures code quality and correctness through real-time truth scoring, automated verification checks, and automatic rollback with a default threshold of 0.95. It also surfaces quality metrics, CI/CD export capabilities, and live monitoring dashboards.

Core Features & Use Cases

  • Truth Scoring: Real-time reliability metrics for code, agents, and tasks
  • Verification Checks: Automated validation of code correctness, security, and best practices
  • Automatic Rollback: Instant reversion of changes that fail verification when the threshold is breached
  • Quality Metrics: Trends, confidence intervals, and improvement tracking
  • CI/CD Integration: Exportable results for CI/CD pipelines
  • Real-time Monitoring: Live dashboards and watch modes for ongoing verification

Quick Start

Run a quick verification with npx claude-flow@alpha verify check to assess code quality.

Frequently Asked Questions about Verification & Quality Assurance

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

FAQPage Schema
How do I automate code quality verification and rollback in a CI/CD pipeline?

Automated code quality verification and rollback in a CI/CD pipeline is achieved by applying real-time truth scoring and validation checks to code changes. When a default threshold of 0.95 is breached, the system triggers an automatic rollback to revert the deployment.

What is real-time truth scoring for software tasks and agent workflows?

Real-time truth scoring for software tasks and agent workflows is a mechanism that quantifies code reliability and task correctness. It continuously evaluates security, performance, and best practices, providing live confidence metrics and quality trends for ongoing verification.

How do I run a quick verification check for code correctness and security?

To run a quick verification check for code correctness and security, execute the command npx claude-flow@alpha verify check. This assesses your code quality against automated validation rules and outputs real-time reliability metrics.

Can I export quality metrics and monitoring data to external dashboards?

Yes, you can export quality metrics and monitoring data to external dashboards. The system provides CI/CD integration capabilities and live watch modes, allowing you to export verification results and track confidence intervals across multi-environment pipelines.

Does automated rollback support configurable thresholds for multi-environment deployments?

Automated rollback supports multi-environment deployments through configurable truth score thresholds. While the default threshold is set to 0.95, you can adjust this limit to control when instant reversion is triggered for changes failing verification.

When should I configure rollback thresholds instead of relying on default verification checks?

You should configure rollback thresholds instead of relying on default verification checks when your multi-environment CI/CD pipelines require varying reliability limits. Adjusting the default 0.95 threshold allows stricter quality control for critical environments or more flexible validation for testing stages.