Verification & Quality Assurance

Detect quality regressions and unreliable outputs in codebases and agent tasks.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill verification-quality-assurance-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/v3/%40claude-flow/mcp/.claude/skills/verification-quality
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill verification-quality-assurance-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch low-quality changes, incorrect outputs, and risky regressions before they reach production. It turns subjective review into measurable verification so you can trust code, agent results, and deployment-ready changes.

Core Features & Use Cases

  • Truth Scoring: Assigns reliability scores to files, tasks, and agent outputs so you can spot weak results quickly.
  • Verification Checks: Validates correctness, security, performance, and documentation quality across single files or whole directories.
  • Automatic Rollback: Reverts failed changes to the last known good state, helping prevent bad edits from spreading.
  • Use Case: A CI pipeline can run verification on every pull request, block merges that fall below threshold, and export a report for review.

Quick Start

Ask the verification skill to score your latest changes, run quality checks, and report any failures before you merge.

Frequently Asked Questions about Verification & Quality Assurance

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

FAQPage Schema
How do I detect quality regressions in my codebase before deployment?

You can automate quality verification in a CI/CD pipeline by running this Skill on pull requests. It scores reliability, checks best practices, blocks merges below threshold, and exports structured JSON reports for review.

Can I automatically rollback failed changes to a last known good state?

Truth scoring assigns measurable reliability scores to files, tasks, and agent outputs. This mechanism replaces subjective code review with threshold-based metrics to quickly spot weak results and low-quality changes.

Does this verification approach work for agent task outputs and live monitoring?

You should use automatic rollback when validation fails and a risky regression is detected. Git-backed recovery reverts the codebase to the last known good state, preventing bad edits from spreading through your pipeline.

What is truth scoring and how does it help spot unreliable outputs?

Verification checks validate correctness, security, performance, and documentation quality across single files or whole directories. They apply threshold-based scoring and best-practice checks to ensure deployment readiness.

When should I use automatic rollback during a CI/CD pipeline?

This Skill applies to verification, truth scoring, rollback, reporting, and dashboard workflows across files, directories, CI/CD pipelines, and live monitoring. It requires threshold-based scoring, security checks, structured JSON export, and Git-backed recovery.