What problem does it solve? Implemented tasks often get approved based on the implementer's summary rather than the actual change, letting unmet requirements and weakened tests slip through. This Skill performs an independent, read-only review of a single task by comparing the real git diff against the approved requirements, design documents, and steering inputs. ## Core Features & Use Cases - Diff-first review: Reads git status and git diff before any report, treating implementer summaries as claims to verify rather than truth. - Governed input loading: Pulls the task definition, requirements, contract, split designs, implementation notes, and steering documents through specbind commands so the verdict is grounded in approved inputs. - Structured verdicts: Returns APPROVED, REJECTED, or CANNOT_REVIEW with dispositioned findings (BLOCKING, DEFERRED, RESOLVED), and records deferred findings only through the project's configured adapter. - Use Case: After a developer finishes a task in a spec-driven workflow, invoke this Skill to independently confirm the diff satisfies the stated requirements before the task is marked complete. ## Quick Start Ask the assistant to use sb-review-task to review the pending task for the current spec and return its verdict with findings.