What problem does it solve?
This skill provides a repeatable, auditable process for code reviews, guiding an agent through identifying changed files, loading full context, validating against domain criteria, scoring findings, and filtering results to produce a consistent review.
Core Features & Use Cases
- Identify Changed Files: determine affected files from a git range or explicit paths.
- Read Full Context: load complete file contents and relevant project headers to understand usage and intent.
- Domain Criteria Validation: systematically check changes against criteria derived from a domain skill or policy.
- Score & Filter: assign confidence levels to findings and surface only actionable issues for review.
- Use Case: apply this workflow to large codebases with multiple reviewers to ensure consistent quality and traceability across changes.
Quick Start
Provide the changed files or a git range to trigger the universal review sequence (identify, read context, validate criteria, score, and filter) and produce a structured review output.