Verification & Quality Assurance

Identify and quantify code quality risks using truth scores and automated verification checks.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Dorpeer95/stocks-trading --skill verification-quality-assurance-dorpeer95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification & Quality Assurance
Source: https://github.com/Dorpeer95/stocks-trading/tree/main/.claude/skills/verification-quality
Command: npx skills add https://github.com/Dorpeer95/stocks-trading --skill verification-quality-assurance-dorpeer95

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive verification and quality assurance system that ensures code quality and correctness through truth scoring, automated checks, and automatic rollback.

Core Features & Use Cases

  • Truth scoring for code, agents, and tasks (0.0-1.0)
  • Automated verification checks for correctness, security, performance, and documentation
  • Automatic rollback to last-good state when checks fail, with CI/CD integration
  • Real-time dashboards and monitoring to track quality metrics across projects

Quick Start

Run verification checks to assess code quality and trigger automatic rollback on failure.

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 checks and rollback in a CI/CD pipeline?

Automate code quality checks in a CI/CD pipeline by running verification checks that score correctness, security, and performance, then trigger automatic rollback to the last-good state when checks fail.

What is truth scoring for code quality and how does it work?

Truth scoring quantifies code quality risks on a 0.0 to 1.0 scale across a repository. It evaluates code, agents, and tasks to provide measurable metrics for continuous quality control and automated verification.

Can I monitor CI/CD quality metrics and export them to dashboards?

Yes, you can monitor CI/CD quality metrics using real-time dashboards. The system tracks truth scores and verification results across projects, providing exportable metrics for continuous monitoring.

Does automatic rollback work with existing production codebases?

Automatic rollback integrates with production codebases requiring continuous quality control. When automated verification checks fail, it reverts the codebase to the last-good state to prevent deploying errors.

What's the best way to identify and quantify security risks in a repository?

Identify and quantify security risks by applying automated verification checks across the repository. These checks score correctness, security, performance, and documentation to highlight quality risks.

Why does my CI/CD pipeline need automated verification checks?

CI/CD pipelines need automated verification checks to ensure continuous quality control. They quantify code risks using truth scores and automatically rollback failures, preventing bad deployments.