What problem does it solve?
Ad-hoc code reviews are inconsistent, miss critical cross-cutting issues, and produce unstructured feedback that downstream tools like PR loops or merge bots cannot parse reliably.
Core Features & Use Cases
- Holistic approach gate: Catches fatal strategic flaws in code changes before line-level review, avoiding wasted effort on code that should be rewritten entirely.
- 10-axis structured evaluation: Assesses changes across correctness, security, performance, maintainability, and other quality dimensions, with clear severity ratings for every finding.
- Machine-parsable output: Returns a standardized review report that integrates seamlessly with CI pipelines, PR loops, merge bots, and human reviewers.
- Use Case: A team running automated PR loops can invoke this skill for every review round to get consistent, actionable feedback that automatically gates merges on critical issues.
Quick Start
Use the multi-axis-review skill to review the attached pull request diff, evaluate it across all applicable axes, and return the structured severity-rated review report for downstream merge tooling to consume.