Toolverse
All skills

verification-quality-assurance

by ruvnet

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
ruvnet
Category
Testing

About this skill

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

How to use

  1. Zainstaluj Claude Flow, jeśli jeszcze tego nie zrobiłeś, uruchamiając npx claude-flow@alpha. Upewnij się, że masz Node.js 18+ i repozytorium Git do obsługi funkcji wycofywania. 2. Wyświetl bieżące oceny wiarygodności swojego kodu poleceniem npx claude-flow@alpha truth. Domyślnie pokazuje wyniki w formacie tabelarycznym; możesz zawęzić okres do ostatnich 7 dni dodając flagę --period 7d. 3. Uruchom weryfikację kodu poleceniem npx claude-flow@alpha verify check. Skill automatycznie sprawdzi poprawność, bezpieczeństwo i najlepsze praktyki dla całego projektu. 4. Aby zweryfikować konkretny plik z niestandardowym progiem, użyj npx claude-flow@alpha verify check --file ścieżka/do/pliku.js --threshold 0.98. Jeśli wynik spadnie poniżej podanego progu, zmiana zostanie wycofana. 5. Jeśli weryfikacja nie powiedzie się, natychmiast wycofaj ostatnią dobrą wersję poleceniem npx claude-flow@alpha verify rollback --last-good. Skill przywróci kod do stanu sprzed nieudanej zmiany. 6. Zintegruj skill z pipeliną CI/CD, eksportując metryki jakości do swojego systemu ciągłej integracji — umożliwia to automatyczne zatrzymanie wdrażania, gdy ocena wiarygodności spadnie poniżej 0.95.

Related skills

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

powershell-windows

by davila7

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

Testing
1074