What problem does it solve?
Technical reviews often mix unverified claims with jargon, leaving non-technical stakeholders unsure whether a fix actually works. This Skill enforces an evidence-first review process and translates findings into grade-5 language anyone can understand.
Core Features & Use Cases
- Three-Stage Workflow: Audits the actual source of truth (diffs, logs, tests), verifies claims against concrete evidence, then explains results in simple terms.
- Evidence Hierarchy: Prioritizes automated tests and running artifacts over static inspection, and clearly labels inference when nothing stronger is available.
- Plain-Language Output: Produces structured summaries covering what changed, why it matters, how it was verified, and what remains unproven.
- Use Case: After fixing a checkout bug, use this Skill to confirm the fix with test output and a browser recording, then hand a product owner a short PASS/FAIL summary with remaining risks stated plainly.
Quick Start
Use $audit-verify-explain-grade-5 to audit my latest change, verify it with the available tests and logs, and explain the result in simple language.