Test conformance
Use the testing-quality CLI namespace aiwg test-conformance. For an undeployed addon, use the installed use skill
to deploy testing-quality. Read the workflow for command contracts and the
evidence rule before making conformance claims.
- Read target instructions and existing runner/CI configuration. Initialize a protocol with
init; review platform/system identity, source and test globs, areas, lane argv, result/discovery formats, timeouts, policy and research paths using protocol review. Existing commands may build or import target code, even during discovery. - Run
inventoryand reconcile statically found files with each lane. Runsamplewith a saved seed and requested quota (default 20 per area); use a census for smaller areas. Explain the area definition before sampling. Unsupported syntax remains visible. - Run
collectfor authorized lanes. Preserve actual exit status, empty/setup-failed runs, skips, timeouts, raw result hashes, versions and coverage denominator. Registration and execution are separate evidence. Do not silently install a missing tool during collection. - Review cases with
test-oracle-reviewerusing test review. A sample cannot satisfy whole-scoperequireReview; expand review coverage or report it incomplete. Review helper behavior and actual SUT, not only assertion tokens. - Run
assess,validateandreport. Validation means an artifact satisfies its contract; substantive assessment additionally needs current, sufficient evidence. Use report template to expose test types, systems, evidence gaps, findings and scope limits. - When cleanup is requested, invoke
test-normalizewith concrete findings. Keep the initial audit evidence intact and produce new run artifacts after repair.
Do not present inventory candidates as confirmed defects, passing cases as proof of oracle quality, or optional missing
discovery as proven registration. Use test-platform-research for a platform adapter/template or additional tooling
recommendation.