This is a quality gate system that scores your code and agent outputs on a 0.0 to 1.0 scale, with automatic rollback if anything falls below 0.95. It integrates with Claude Flow to give you real-time truth metrics across your codebase, broken down by agent, task, or file. The dashboard view is nice for spotting trends, and the watch mode catches regressions as they happen. You can export to JSON or CSV for CI/CD pipelines. It's honestly more aggressive than most linting setups, the default 0.95 threshold is strict, but that's the point if you're running autonomous agents that can silently introduce bugs. The auto-fix flag on verification checks is a thoughtful touch for common issues.
npx -y skills add spencermarx/open-code-review --skill "Verification & Quality Assurance" --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills
github/awesome-copilot