What problem does it solve?
Ensures completed Unity tasks meet their acceptance criteria by running an evidence-based acceptance workflow that verifies compilation, tests, logs, scene integrity, and generates a report.
Core Features & Use Cases
- Compilation and Build Checks: Run compilation verification and ensure zero compilation errors before acceptance.
- Automated Test Runs: Execute EditMode and PlayMode tests and collect pass/fail results for new and existing tests.
- Logs and Scene Validation: Inspect console logs for errors/warnings, validate scenes and detect missing scripts to ensure runtime integrity.
- Checklist-driven Code Review & Reporting: Perform checklist-based code review against acceptance criteria and output a structured report to docs/harness/reports/.
- Use Case: Use this skill when a developer marks a task complete and a reviewer must produce an objective PASS/FAIL acceptance report with concrete remediation steps if needed.
Quick Start
Run the task-reviewer skill to perform compilation, execute EditMode and PlayMode tests, inspect logs, validate scenes, and generate an acceptance report.