What problem does it solve?
Prevents shipping incorrect behavior by verifying generated code conforms to the written spec, security rules, and language standards, with a Golden Rule that the spec is corrected before code.
Core Features & Use Cases
- Conformance-first review: Treats review as spec-to-code semantic verification (not style or subjective opinions), reporting divergence as a spec issue first.
- Deterministic readiness checks: Establishes review scope and confirms CI/merge readiness using PR metadata and git diff context.
- Security and language guardrails: Checks universal CRITICAL/HIGH items (e.g., auth bypass, injection, XSS) and applies a language-specific review checklist.
- Spec-to-code semantic gap detection: Reads every relevant file in scope and maps each requirement to exact YES/NO/PARTIAL implementation status, including wiring and test quality.
Quick Start
Ask an AI agent to perform a conformance audit of your pull request using the Stream Coding code-review skill, focusing on Golden Rule divergence and producing the structured report with verdict.