Verification & Quality Assurance

Automate verification checks with truth scoring and rollback for CI/CD pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive verification and quality assurance to ensure code quality and reliability across the codebase, tasks, and agent outputs, preventing bad changes and lowering risk.

Core Features & Use Cases

  • Truth Scoring: Real-time reliability metrics (0.0-1.0) for code, agents, and tasks.
  • Verification Checks: Automated validation for correctness, security, performance, and best practices.
  • Automatic Rollback: Instant revert of changes that fail verification with configurable thresholds.
  • Quality Metrics & Dashboards: Live dashboards and trend analysis for ongoing quality improvement.
  • CI/CD Integration: Exportable metrics and checks to integrate with pipelines.
  • Real-time Monitoring: Watch modes and alerts for proactive QA.

Quick Start

  • View current truth scores: npx claude-flow@alpha truth
  • Run verification check: npx claude-flow@alpha verify check
  • Verify a specific file with custom threshold: npx claude-flow@alpha verify check --file src/app.js --threshold 0.98
  • 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 verify code quality automatically in my CI/CD pipeline?

Verification and Quality Assurance automates validation checks across your codebase and CI/CD pipelines with real-time truth scoring. Run `npx claude-flow@alpha verify check` to execute automated checks for correctness, security, and performance, then integrate results into your pipeline for continuous quality monitoring.

What is truth scoring and how does it measure code reliability?

Truth scoring assigns real-time reliability metrics on a 0.0–1.0 scale to code, agents, and tasks. It quantifies the trustworthiness of your outputs by applying automated verification checks; higher scores indicate greater confidence in correctness and compliance with best practices.

Can I automatically rollback changes that fail verification?

Yes. Automatic rollback reverts failed changes instantly using configurable thresholds. Run `npx claude-flow@alpha verify rollback --last-good` to revert to the last passing state, preventing unreliable code from reaching production.

How do I monitor code quality in real time with dashboards?

Quality Metrics & Dashboards provide live visibility into truth scores and verification results across your codebase. View current scores with `npx claude-flow@alpha truth` and track trends to identify quality improvements and regressions over time.

Does this work with existing CI/CD tools and platforms?

Yes. Verification and Quality Assurance integrates with CI/CD pipelines through exportable metrics and checks. It adapts to your existing workflow by publishing verification results that downstream tools can consume for automated gates and notifications.

What types of verification checks are included?

Automated checks validate correctness, security, performance, and best practices across source code and agent outputs. Run `npx claude-flow@alpha verify check --file src/app.js --threshold 0.98` to apply custom thresholds per file and enforce your quality standards.