What problem does it solve?
This Skill resolves uncertainty after code generation by reviewing implementation against per-task convergence criteria, detecting missing test coverage, and running the appropriate test command to confirm behavior before finalizing.
Core Features & Use Cases
- Convergence verification against the plan: Matches planned task file paths against recent changes and checks each convergence criterion with evidence, producing PASS/PARTIAL/FAIL per task.
- Test discovery, execution, and reporting: Detects the likely test framework (npm/jest/vitest, pytest, cargo test, go test) and runs tests to generate a structured checklist artifact.
- Iterative auto-fix for failing tests: Delegates to a test-fix agent up to three rounds, re-running tests after each fix, then produces a human-readable review report and triggers a session sync.
Real-world use case
After completing a workflow-lite-execute run that implemented features from a plan, use this Skill to validate that all specified convergence criteria are satisfied and that unit/integration tests actually exist and pass.
Quick Start
Run workflow-lite-test-review in standalone mode by providing the session path for the latest plan artifacts, so it can verify convergence, run tests, and write a test-review report with an optional auto-fix loop.