code-review

Route code reviews to mode-specific handlers and generate findings with severity and file:line references.

8|5|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/axiomantic/spellbook --skill code-review-axiomantic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/axiomantic/spellbook/tree/main/skills/code-review
Command: npx skills add https://github.com/axiomantic/spellbook --skill code-review-axiomantic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews of code are time-consuming and error-prone without a consistent framework; this skill provides structured, mode-driven reviews with traceable findings.

Core Features & Use Cases

  • Mode router that delegates to self-review, feedback, give, and audit paths.
  • Findings with severity levels and file:line references to guide remediation.
  • Runs in PR and local contexts, supporting standard development workflows.

Quick Start

Invoke the code-review skill in the default self mode to generate a shortlist of findings from your current diff.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a git diff before submitting a PR?

To automate code review for a git diff, you can run the skill in default self-review mode. It processes your diff inputs to generate a shortlist of structured findings with severity levels and file:line references.

What is the best way to structure code review findings for easier remediation?

The best way to structure code review findings is to use a mode-driven framework that outputs traceable results. This approach generates findings with clear severity levels and specific file:line references to guide remediation.

Can I use this code review process for cross-team audits across different codebases?

Yes, you can use this code review process for cross-team audits across diverse codebases and languages. It features a mode router that delegates to specific audit paths to generate consistent, traceable findings.

How does a mode-driven code review framework handle feedback processing?

A mode-driven code review framework handles feedback processing by routing inputs to a specific feedback handler. This ensures that review comments and optional PR data are processed systematically to produce actionable findings and status updates.

Does the code review skill work in both local and PR contexts?

Yes, the code review skill works in both local and PR contexts. It supports standard development workflows by satisfying inputs such as args, git diff, and optional PR data to produce findings and status.