Verification & Quality Assurance

Run verification checks and rollback failed changes via npx claude-flow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ask-23/airflow-ecs --skill verification-quality-assurance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/ask-23/airflow-ecs/tree/main/context/.claude/skills/verification-quality
Command: npx skills add https://github.com/ask-23/airflow-ecs --skill verification-quality-assurance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-flow, git, node.

What problem does it solve?

This Skill ensures high-quality agent outputs and codebase reliability by providing comprehensive truth scoring, automated verification, and instant rollback capabilities. It helps users maintain strict quality standards, prevent bad code from persisting, and gain real-time insights into project health, saving time on manual reviews and debugging.

Core Features & Use Cases

  • Truth Scoring: Provides real-time reliability metrics (0.0-1.0 scale) for code, agents, and tasks, complete with trends and confidence intervals.
  • Automated Verification Checks: Executes comprehensive checks on code correctness, security, performance, best practices, and documentation quality.
  • Automatic Rollback: Instantly reverts changes that fail verification (default threshold: 0.95), preventing regressions and maintaining codebase integrity.
  • Use Case: Integrate into your CI/CD pipeline to automatically verify every pull request. If the overall truth score falls below 0.95, the system can block the merge and even automatically roll back the offending changes, ensuring only high-quality code reaches production.

Quick Start

View current truth scores for your project

npx claude-flow@alpha truth

Run a comprehensive verification check on your codebase

npx claude-flow@alpha verify check

Rollback the last failed verification to a known good state

npx claude-flow@alpha verify rollback --last-good