What problem does it solve?
This Skill solves the problem of inconsistent code quality and unreliable AI agent outputs during parallel development, which leads to merge conflicts, broken builds, and wasted debugging time from low-quality changes entering the codebase.
Core Features & Use Cases
- Truth Scoring: Real-time reliability metrics (0.0-1.0 scale) for code, agents, and tasks to track quality performance at a glance.
- Automated Verification: Comprehensive checks for code correctness, security, best practices, and performance with a configurable 0.95 accuracy threshold.
- Automatic Rollback: Instant reversion of changes that fail verification to prevent bad code from persisting in the repository.
- Use Case: When multiple AI agents are working on the same codebase in parallel, this Skill automatically verifies each change, rolls back failing ones, and ensures only high-quality, conflict-free code is committed.
Quick Start
Use the verification-quality skill to run a full verification check on your current codebase and automatically roll back any changes that fall below the default 0.95 quality threshold.