ordo-build-test

Runs whole-system testing and independent review on a coupled Ordo build before launch-proofing.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Rekonquest/ordo-pro --skill ordo-build-test-rekonquest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ordo-build-test
Source: https://github.com/Rekonquest/ordo-pro/tree/main/default-user-files/skills/ordo-build-test
Command: npx skills add https://github.com/Rekonquest/ordo-pro --skill ordo-build-test-rekonquest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After an Ordo app is coupled, per-crate unit checks and per-wiring verifications do not prove the assembled system works. This Skill closes that gap by gating step 5 of the build pipeline on real captured evidence instead of assertions, preventing untested builds from advancing to launch-proof. ## Core Features & Use Cases - Delegated testing: Runs the existing test-and-verify skill end to end, requiring a clean build under -Dwarnings, a full automated test suite, and real message traffic pushed through the assembled bus. - Independent review gate: Runs the independent-review skill so a second model that did not write the code verifies the implementation and surfaces blind spots. - Deferred-debt enforcement: Blocks the gate until every deferred-debt item from the coupling step is verified and cleared, routing unverifiable items back to the couple step. - Use Case: After coupling an Ordo app's crates, trigger this skill to produce an evidence-backed verification report and a passed independent review before the planner releases the launch-proof step. ## Quick Start Run the ordo-build-test skill on my coupled Ordo build and gate it on the test-and-verify and independent-review evidence.

Frequently Asked Questions about ordo-build-test

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

FAQPage Schema
How do I test an Ordo build after coupling is complete?▼

Run the ordo-build-test skill, which executes the test-and-verify skill for a clean build under -Dwarnings, the full automated test suite, and end-to-end exercise of the assembled bus, then runs independent-review. The gate passes only with captured evidence for every step.

What evidence is required to pass the Ordo build test gate?▼

The gate requires a completed test-and-verify report with pasted output or screenshots backing every claim, a deferred-debt list cleared to zero, and an independent-review pass with all findings resolved. Assertions without captured evidence do not count.

Why are unit tests not enough before launch-proofing an Ordo app?▼

Per-crate unit checks and per-wiring verifications only prove individual pieces and connections, not the assembled whole under real exercise. This step pushes real messages through the assembled bus and adds an independent review to catch what the author is blind to.

What happens when a deferred-debt item still cannot be verified?▼

A deferred item that remains unverifiable at this stage is treated as a coupling gap, not deferred debt. It is routed back through the couple step rather than carried forward, and the test gate cannot pass while any deferred item remains open.

What should I do when the Ordo build test gate fails?▼

Report the failure honestly with the captured evidence, route it to ordo-error-router, fix the issue, and re-run from the failed point. A failed test honestly reported is the gate working as intended; falsely claiming a pass is what it exists to stop.