What problem does it solve? Code changes and agent outputs can silently introduce regressions or low-quality work that slips into production. This Skill enforces measurable quality gates with truth scores, automated verification checks, and instant rollback of changes that fall below a configurable threshold. ## Core Features & Use Cases - Truth Scoring: Computes reliability metrics (0.0-1.0) for code, agents, and tasks with trends, confidence intervals, and exportable reports in JSON, CSV, or HTML. - CI Regression Guards: Ships real CI jobs including behavioral smoke tests, a tool-description discoverability audit with monotone-decreasing baselines, and Ed25519-signed witness manifests verifying documented fixes remain in dist builds. - Automatic Rollback: Reverts failed changes via git with selective file rollback, dry-run previews, and automatic backups. - Use Case: A team adds a pre-commit hook that runs verification with a 0.95 threshold; any commit scoring below the threshold is rejected and rolled back before it reaches the repository. ## Quick Start Run a verification check on my current project and show me the truth score dashboard with any files below the 0.95 threshold.