Verification & Quality Assurance

Community

Ensure AI output quality with truth scoring and auto-rollback.

AuthorDmccarty30
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

claude-flowgitnode

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Verification & Quality Assurance
Download link: https://github.com/Dmccarty30/Journeyman-Jobs/archive/main.zip#verification-quality-assurance

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository