multi-axis-review

Review pull request diffs across ten quality axes with severity ratings.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/dismantl/agent-skills --skill multi-axis-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-axis-review
Source: https://github.com/dismantl/agent-skills/tree/main/skills/multi-axis-review
Command: npx skills add https://github.com/dismantl/agent-skills --skill multi-axis-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about multi-axis-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate structured code reviews for pull requests?

Automated code reviews use structured severity ratings across multiple axes like correctness and security to generate machine-parsable feedback. This eliminates inconsistent ad-hoc feedback and provides reliable output for CI pipelines and merge bots to gate pull requests.

How does severity-rated diff analysis work for CI pipelines?

Severity-rated diff analysis evaluates pull request changes across 10 quality dimensions including correctness, security, and performance. It returns a standardized, machine-parsable report that allows CI pipelines and automated PR loops to automatically gate merges on critical issues.

What is the best way to catch cross-cutting issues in a PR review?

The best way to catch cross-cutting issues is applying a holistic approach gate before line-level review to catch fatal strategic flaws, followed by a structured 10-axis evaluation covering maintainability and other critical code quality dimensions with clear severity ratings.

Can I use automated PR review output to block merges on critical issues?

Yes, automated PR review generates a standardized, machine-parsable report with severity ratings for every finding. Merge bots and downstream tooling can reliably parse this structured output to automatically block merges when critical code quality issues are detected.

When do I need machine-parsable code review output?

You need machine-parsable code review output when integrating reviews into automated PR loops or CI pipelines. It ensures downstream merge bots can reliably parse severity-rated findings to gate merges, replacing unstructured feedback that automated tools cannot read.

Does multi-axis-review work without external dependencies?

Yes, multi-axis-review operates with zero external dependencies, directly analyzing attached pull request diffs to produce structured severity-rated review reports for downstream merge tooling consumption.