Verification & Quality Assurance

Score truth, validate code, and rollback failed changes via CLI.

2|Updated Jul 26, 2019
One-click install
npx skills add https://github.com/qiphon/learn --skill verification-quality-assurance-qiphon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/qiphon/learn/tree/main/.opencode/skills/verification-quality
Command: npx skills add https://github.com/qiphon/learn --skill verification-quality-assurance-qiphon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides automated software quality verification by scoring truth, validating code, and enabling safe automatic rollback to ensure reliable outputs in complex development environments.

Core Features & Use Cases

  • Truth scoring for real-time reliability metrics (0.0-1.0) across code, agents, and tasks.
  • Automated verification checks for code correctness, security, performance, and documentation.
  • Automatic rollback with configurable thresholds to revert changes that fail verification.
  • CI/CD integration and live dashboards for continuous quality monitoring.
  • Real-time monitoring and dashboard insights to track trends and improvements.

Quick Start

  • View current truth scores: npx claude-flow@alpha truth
  • Run verification check: npx claude-flow@alpha verify check
  • Rollback last failed verification: npx claude-flow@alpha verify rollback --last-good

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?

You can automate code quality verification in a CI/CD pipeline by running automated checks for correctness, security, and performance, outputting results in JSON or CLI formats for continuous monitoring and integration.

What is truth scoring in automated software verification?

Truth scoring in automated software verification is a mechanism that assigns a real-time reliability metric from 0.0 to 1.0 across code, agents, and tasks to evaluate correctness, security, and documentation.

Can I automatically rollback code changes that fail verification checks?

Yes, you can automatically rollback code changes by configuring verification thresholds that revert commits failing correctness, security, or performance checks to the last known good state.

How do I integrate automated verification checks with live dashboards?

You can integrate automated verification checks with live dashboards by using automation-friendly outputs like JSON and CLI commands to feed real-time truth scores and quality trends into monitoring tools.

Does automated quality assurance work for collaborative agent workflows?

Yes, automated quality assurance works for collaborative agent workflows by validating code and scoring truth metrics across tasks to ensure reliable outputs in complex development environments.

What are the limitations of using automated rollback for quality assurance?

Automated rollback for quality assurance relies on deterministic checks and configurable thresholds, meaning it cannot revert subjective design flaws and is limited to reverting changes that explicitly fail defined verification criteria.