What problem does it solve?
This Skill automates the evaluation of proposed code changes and their accompanying artifacts, ensuring they meet task scope and verification checks, and producing a machine-readable verdict.
Core Features & Use Cases
- Automated Code Review: Evaluate
patch.diff and handoff.json against predefined checks.
- Machine-Readable Verdicts: Generates
verdict.json with clear pass, reject, or needs-human statuses.
- Deterministic Evaluation: Executes specified commands (e.g.,
pytest, ruff check) for objective assessment.
- Use Case: After a developer submits a code change, this Skill can automatically run tests and linters, then provide a structured judgment on whether the change is acceptable, needs rejection, or requires human intervention, all without manual review.
Quick Start
Use the judge-evaluate skill to evaluate the submitted patch and handoff artifacts for task 'TASK-0042'.