Verification & Quality Assurance

Automate code verification and rollback with CI-friendly JSON outputs.

1|2|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/LLM-Dev-Ops/observatory --skill verification-quality-assurance-llm-dev-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/LLM-Dev-Ops/observatory/tree/main/.claude/skills/verification-quality
Command: npx skills add https://github.com/LLM-Dev-Ops/observatory --skill verification-quality-assurance-llm-dev-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates comprehensive verification and automatic rollback to ensure production-ready code quality.

Core Features & Use Cases

  • Truth scoring and automated verification checks for code, agents, and tasks
  • Automatic rollback of failed changes to maintain reliability
  • Real-time monitoring dashboards and JSON/CSV outputs for CI/CD integration
  • Export capabilities for CI pipelines and audits

Quick Start

npx claude-flow@alpha truth npx claude-flow@alpha verify check 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 my CI pipeline?

Automated verification in CI pipelines assesses code correctness, security, performance, and documentation, providing truth scores and JSON outputs. It triggers automatic rollback to the last good state when quality thresholds are breached.

How does automatic rollback work when a deployment fails quality checks?

Automatic rollback reverts failed changes to the last good state when verification thresholds are breached. It maintains production reliability by undoing code changes that fail correctness, security, or performance checks across repositories and agent workflows.

Can I run verification checks on agent workflows and code repositories?

Yes, verification checks apply across code repositories, CI pipelines, and agent workflows to assess correctness, security, performance, and documentation. The system provides truth scoring to ensure production-ready quality across all these environments.

What is truth scoring for code quality and when do I need it?

Truth scoring quantitatively assesses the reliability of code, agents, and tasks during automated verification. You need it when validating changes across repositories or CI pipelines to ensure production readiness before deployment.

Does verification output support integration with CI/CD dashboards and audits?

Yes, verification outputs support CI/CD integration through real-time monitoring dashboards and JSON/CSV exports. These formats provide machine-readable results for automated quality gates and audit trail generation.

When should I use automatic rollback instead of manual fixes for failed changes?

Use automatic rollback when failed changes breach quality thresholds in production or CI environments, requiring immediate reliability restoration. Manual fixes are better for non-critical issues where you need to inspect truth scores and dashboards first.