What problem does it solve?
Ensuring the quality and reliability of AI-generated code and agent outputs is critical but often manual. This skill provides a comprehensive system for real-time truth scoring, automated quality checks, and instant rollback of changes that fail to meet defined thresholds, guaranteeing high-quality results.
Core Features & Use Cases
- Truth Scoring: Real-time reliability metrics (0.0-1.0) for code, agents, and tasks.
- Automated Verification Checks: Validate code correctness, security, best practices, and documentation.
- Automatic Rollback: Instantly revert changes that fail verification (default threshold: 0.95).
- Use Case: Integrate this skill into your CI/CD pipeline to automatically verify every code change. If a pull request introduces code that scores below a 0.95 truth score, the system can automatically block the merge and even roll back the changes, preventing low-quality code from entering the main branch.
Quick Start
View current truth scores and then run a verification check on your current working directory.
npx claude-flow@alpha truth
npx claude-flow@alpha verify check