aibdd-green-evaluate

Evaluate final acceptance suite reports for all-green PASS verdicts.

77|15|Updated May 12, 2026
One-click install
npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill aibdd-green-evaluate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aibdd-green-evaluate
Source: https://github.com/Waterball-Software-Academy/aixbdd/tree/main/.agents/skills/aibdd-green-evaluate
Command: npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill aibdd-green-evaluate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents teams from accepting a seemingly successful Green run that actually left failures, errors, or hidden skips behind.

Core Features & Use Cases

  • Final full-suite validation: Only evaluates the final full acceptance suite report, not target-only subsets.
  • Strict failure/error checks: Marks the run as FAIL if any failures or errors exist in the report.
  • Hidden-scenario detection: Fails evaluation when improper skip/xfail/deselect or evidence omissions are detected.
  • Decision + report output: Produces a structured evaluation report and sets refactor_allowed only when verdict is PASS.

Quick Start

Run aibdd-green-evaluate on the final_full_suite_report_path produced by a completed Green Worker run to obtain a PASS/FAIL verdict.

Frequently Asked Questions about aibdd-green-evaluate

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

FAQPage Schema
How do I verify acceptance test runs are truly green without hidden failures?

To verify acceptance test runs are truly green, you must evaluate the final full-suite report for failures, errors, or hidden skips. This evaluation checks the complete suite report and emits a PASS verdict only when no improper skip, xfail, or deselect indications exist.

Why does my CI validation show a green run but still leaves hidden errors behind?

CI validation can show a green run while leaving hidden errors behind when evaluating target-only subsets instead of the final full acceptance suite. Evaluating only the complete suite report detects improper skip, xfail, or deselect indications that mask failures and sets the verdict to FAIL.

How do I enforce strict quality gates for acceptance testing reports?

To enforce strict quality gates for acceptance testing reports, evaluate the final full-suite report and reject runs with any failures, errors, or evidence omissions. This evaluation sets refactor_allowed only when the verdict is PASS, ensuring no hidden scenarios bypass the gate.

Does CI validation accept target-only test subsets as valid evidence for a PASS verdict?

CI validation does not accept target-only test subsets as valid evidence for a PASS verdict. The evaluation enforces evidence boundary rules by reading only the final full acceptance suite report and the resolved runner configuration pointer to ensure true all-green completion.

What causes a FAIL verdict when evaluating acceptance test suite reports?

A FAIL verdict occurs when evaluating acceptance test suite reports if any failures, errors, or improper skip, xfail, and deselect indications are present. The evaluation detects these evidence omissions in the final full-suite report and denies the PASS verdict.

Can I use aibdd-green-evaluate to check completed Green Worker runs in CI pipelines?

You can use aibdd-green-evaluate to check completed Green Worker runs in CI pipelines by running it on the final_full_suite_report_path. It applies after Green execution in acceptance-driven delivery pipelines to validate true all-green completion and output a structured evaluation report.