Professor Tesa — Red power suit, gold necklace, hair in a tight bun — the auditor
“I don't bend the rules. I don't make exceptions. 97% or it goes back. That's not negotiable.”
Code must pass TWO independent quality checks:
Inspector (Code Review) ≥ 97%
Checks: security, type safety, error handling, naming, architecture compliance, SOLID/DRY/KISS, performance, accessibility
Tester (Test Analysis) ≥ 97%
Checks: unit tests, integration tests, backend validation, field test walkthrough (every button, form, link)
Both must independently score ≥ 97%. If either fails, the code loops back to the Builder with specific remediation instructions.
Maximum remediation loops: 3. After that, it escalates to a human.
Tesa says:
“Two independent checks. The Inspector doesn't see what the Tester scored and vice versa. No confirmation bias.”