Verification & Quality Assurance

Automate verification and rollback for software projects across CI/CD pipelines.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/ellisapotheosis/Project-Nyra --skill verification-quality-assurance-ellisapotheosis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/ellisapotheosis/Project-Nyra/tree/main/.claude/skills/verification-quality
Command: npx skills add https://github.com/ellisapotheosis/Project-Nyra --skill verification-quality-assurance-ellisapotheosis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-flow@alpha, git, node (18+).

What problem does it solve?

This Skill ensures the high quality and reliability of AI agent outputs and codebase changes by providing comprehensive truth scoring, automated verification checks, and an automatic rollback system. It prevents low-quality code from persisting, reduces debugging time, and maintains a high standard of project integrity.

Core Features & Use Cases

  • Truth Scoring: Real-time reliability metrics (0.0-1.0) for code, agents, and tasks.
  • Verification Checks: Automated validation of code correctness, security, and best practices.
  • Automatic Rollback: Instantly revert changes that fail verification (default threshold: 0.95).
  • 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 rollback the offending changes.

Quick Start

View the current truth scores for your project: npx claude-flow@alpha truth

Frequently Asked Questions about Verification & Quality Assurance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically verify code quality and prevent low-quality changes from merging?

Verification & Quality Assurance automates code quality checks across CI/CD pipelines using real-time truth scoring (0.0-1.0). It validates code correctness, security, and best practices, then blocks or rolls back changes that fall below a 0.95 threshold, ensuring only reliable code persists.

What is truth scoring and how does it work for AI agent outputs?

Truth scoring assigns reliability metrics (0.0-1.0) to code, agents, and tasks in real time. It evaluates correctness, security, and adherence to best practices, providing a standardized measure of quality that feeds into automated rollback decisions when thresholds are breached.

Can I integrate this into my existing CI/CD pipeline?

Yes. Verification & Quality Assurance exports to CI/CD systems and includes real-time dashboards for monitoring. It operates across pull requests and deployment workflows, automatically verifying every change and blocking merges when truth scores fall below your configured threshold.

What happens when code fails verification checks?

Failed changes trigger automatic rollback by default when truth scores drop below 0.95. The system instantly reverts offending changes, prevents merge completion, and logs the failure for debugging, reducing time spent on low-quality code.

Does this work with Node.js projects and git-based workflows?

Yes. Verification & Quality Assurance requires Node 18+, git, and claude-flow@alpha. It integrates directly into git workflows, monitors repositories in real time, and provides command-line access via npx for querying truth scores and managing verification state.