Verification & Quality Assurance

Score code and agent output truth, verify checks, and rollback failed changes.

4|1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill verification-quality-assurance-dmccarty30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/Dmccarty30/Journeyman-Jobs/tree/main/.claude/skills/verification-quality
Command: npx skills add https://github.com/Dmccarty30/Journeyman-Jobs --skill verification-quality-assurance-dmccarty30

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive system for verifying code quality and correctness, ensuring high-quality AI agent outputs and codebase reliability. It automates quality checks, tracks truth scores, and can automatically roll back changes that fail to meet defined thresholds.

Core Features & Use Cases

  • Truth Scoring: Real-time reliability metrics (0.0-1.0) for code, agents, and tasks.
  • Automated Rollback: Instantly revert changes that fail verification (default threshold: 0.95).
  • CI/CD Integration: Export metrics and integrate verification into continuous integration pipelines.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically check the truth score of new code. If the score falls below 0.95, the changes are automatically rolled back, preventing low-quality code from being merged.

Quick Start

View the current truth scores for your codebase and then run a verification check on src/app.js with a custom threshold of 0.98.

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 roll back changes that fail?

This Skill automates verification by calculating truth scores (0.0-1.0) for code and agent output, then triggers automatic rollback when scores fall below your threshold—default 0.95. Integrate it into your CI/CD pipeline to prevent low-quality code from merging.

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

Truth scoring is a real-time reliability metric that assigns a 0.0-1.0 score to code, agents, and tasks based on verification checks. The Skill runs security, performance, and functional assessments to generate these scores, helping you identify and quantify output quality.

Can I integrate this verification system into my CI/CD pipeline?

Yes. The Skill exports dashboard-ready metrics and integrates directly into CI/CD workflows via Claude Flow, Git, and Node.js 18+. Use it to gate deployments—automatically reject or roll back changes when truth scores miss your defined threshold.

How do I set custom thresholds for automatic rollback?

Run CLI-based verification checks and specify your custom threshold (the Skill defaults to 0.95). When code or agent output scores fall below that limit, automatic rollback triggers immediately, reverting the changes without manual intervention.

What dependencies and setup do I need to use this Skill?

You need Claude Flow (npx claude-flow@alpha), a Git repository, and Node.js 18 or later. The Skill requires these to run truth scoring, execute verification checks, and perform automatic rollback on your codebase.

Can I use this Skill to monitor real-time agent output quality?

Yes. The Skill delivers real-time truth scores and automated verification checks designed for dashboards and live monitoring. Use it to track agent reliability continuously and trigger rollback or alerts when output quality degrades below your threshold.