What problem does it solve?
This Skill ensures high code quality and reliability by providing comprehensive truth scoring, automated verification checks, and an automatic rollback system. It prevents low-quality or incorrect code from persisting, reducing technical debt and improving overall system stability, allowing you to ship with confidence.
Core Features & Use Cases
- Truth Scoring: Real-time reliability metrics (0.0-1.0 scale) for code, agents, and tasks, providing objective quality assessment.
- Automated Verification Checks: Validate code correctness, security, performance, and best practices across your codebase.
- Automatic Rollback: Instantly revert changes that fail to meet a defined quality threshold (default: 0.95), preventing regressions.
- Use Case: An AI agent commits code that introduces a critical security vulnerability. This skill can automatically detect the issue during pre-commit verification, assign a low truth score, and trigger an immediate rollback to the last known good state, preventing the vulnerability from reaching production.
Quick Start
View current truth scores
npx claude-flow@alpha truth
Run comprehensive verification check
npx claude-flow@alpha verify check
Rollback last failed verification
npx claude-flow@alpha verify rollback --last-good