What problem does it solve?
This Skill enables project teams to define, review, and deploy automated evaluation overlays for their projects, streamlining the process of code review and quality assurance.
Core Features & Use Cases
- Spec-to-Overlay Compilation: Convert project specifications into actionable evaluation overlays that can be executed to assess code quality.
- Automated Evaluation: Run deterministic checks against the overlays to evaluate code against defined criteria.
- Human Review and Approval: Facilitate human review and approval of the evaluation overlays before automated execution.
- Use Case: Imagine you have a complex project with multiple teams working on different components. Use this Skill to define acceptance criteria for each component, compile them into an overlay, and run automated checks to ensure compliance.
Quick Start
To compile an evaluation overlay for a spec, use the spec-oracle:spec-oracle skill with the following command:
/spec-oracle:spec-oracle generate <target> <spec-path>