bazinga-validator

Verify BAZINGA completion claims by querying criteria and running tests.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/mehdic/CDC --skill bazinga-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bazinga-validator
Source: https://github.com/mehdic/CDC/tree/main/.claude/skills/bazinga-validator
Command: npx skills add https://github.com/mehdic/CDC --skill bazinga-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill independently verifies BAZINGA completion claims to prevent premature acceptance and ensure evidence-backed results.

Core Features & Use Cases

  • Fetches success criteria from the Bazinga DB
  • Optionally runs tests to verify criteria when present
  • Returns a verdict with detailed reasoning and evidence

Quick Start

Validate PM's BAZINGA claim and record the verdict in the database.

Frequently Asked Questions about bazinga-validator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify completion claims with independent verification?

Independent verification validates BAZINGA completion claims by querying success criteria from the database, optionally running tests with configurable timeouts, parsing results and evidence, and returning a final ACCEPT or REJECT verdict with detailed reasoning.

What does a quality gate do in a verification workflow?

A quality gate intercepts completion signals, independently verifies success criteria across tests, coverage, and evidence before accepting orchestration completion, preventing premature acceptance and ensuring evidence-backed results.

How do I set up structured verification steps for test validation?

Structured verification fetches criteria from a database, conditionally executes test suites with timeout controls, parses test results and supporting evidence, then returns a detailed verdict that records whether completion meets all success criteria.

Can I configure test execution timeouts during verification?

Yes, the verification process supports configurable timeouts when executing test suites during validation, allowing you to control how long verification waits before failing a test execution.

What happens if verification criteria are missing from the database?

If success criteria are absent from the database, the verification step queries the criteria first; if criteria don't exist, the verdict reflects that missing evidence prevents acceptance, maintaining a strict gate.

How is verification evidence recorded after running tests?

After test execution and result parsing, evidence and the final ACCEPT or REJECT verdict are recorded in the database, creating an audit trail of how completion was verified and what criteria were applied.