Verification & Quality Assurance

Run automated correctness, security, and performance checks with rollback in CI/CD pipelines.

1|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/Human-Frontier-Labs-Inc/parencylegal --skill verification-quality-assurance-human-frontier-labs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/Human-Frontier-Labs-Inc/parencylegal/tree/main/corn-docs/.claude/skills/verification-quality
Command: npx skills add https://github.com/Human-Frontier-Labs-Inc/parencylegal --skill verification-quality-assurance-human-frontier-labs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides automated verification and quality assurance for codebases and agent tasks to ensure reliability.

Core Features & Use Cases

  • Truth Scoring: Real-time reliability metrics (0.0-1.0) for code, agents, and tasks.
  • Automated Verification Checks: Validate code correctness, security, performance, and documentation to enforce best practices.
  • Automatic Rollback: Revert changes that fail verification to maintain production quality.
  • Quality Metrics: Track trends, confidence intervals, and improvements over time with dashboards.
  • CI/CD Integration: Export verification results for pipelines and automated reporting.
  • Real-time Monitoring: Live dashboards and watch modes for ongoing verification.

Quick Start

Run: npx claude-flow@alpha truth to view current truth scores. Then: npx claude-flow@alpha verify check to run verification. Optional: npx claude-flow@alpha verify check --json > verification.json to capture results.

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 in a CI/CD pipeline?

Automated code quality verification runs checks for correctness, security, and performance, exporting results as JSON for CI/CD integration. It executes via command line to validate codebases against best practices before deployment.

What is truth scoring for codebases and how does it work?

Truth scoring provides real-time reliability metrics scaled 0.0 to 1.0 for code, agents, and tasks. It continuously evaluates codebase quality to quantify confidence levels and track reliability trends over time.

How do I automatically rollback failed code changes in production?

Automatic rollback reverts code changes that fail verification checks to maintain production quality. It requires a Git repository to track changes and automatically restore the previous stable state when checks fail.

Do I need Node.js or Git to run verification checks and dashboards?

Dashboard features require Node.js 18 or higher, and rollback features require a Git repository. The verification system also requires Claude Flow installed to execute truth scoring and automated checks.

How do I track quality metrics and verification trends over time?

Quality metrics track trends, confidence intervals, and improvements over time using live dashboards and watch modes. Real-time monitoring provides ongoing verification visibility to observe reliability shifts across codebases.

Can I export verification results for automated pipeline reporting?

Verification results can be exported as JSON files for CI/CD pipelines and automated reporting. Running the check command with a JSON flag captures structured output for downstream pipeline consumption.