ai-review

Review code and design artifacts for correctness and compliance.

7|3|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/Aidbox/aidbox-hl7v2-example --skill ai-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-review
Source: https://github.com/Aidbox/aidbox-hl7v2-example/tree/main/.claude/skills/ai-review
Command: npx skills add https://github.com/Aidbox/aidbox-hl7v2-example --skill ai-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The AI Reviewer reduces uncertainty and manual effort in peer review by providing a structured, criteria-driven analysis of designs, code changes, and fixes to surface missing requirements, style violations, architectural issues, and test gaps.

Core Features & Use Cases

  • Criteria-driven reviews: Evaluates completeness, architecture, best practices, and edge cases against an explicit checklist.
  • Code style enforcement: Verifies strict compliance with a project's code-style guide and highlights deviations.
  • Consistency and test assessment: Checks for alignment with existing patterns, separation of concerns, and adequacy of unit and integration tests.
  • Use Case: Run on a pull request to produce a prioritized list of issues, suggested fixes, and recommendations for tests and simplifications.

Quick Start

Ask the AI to perform a meticulous review of the target change set focusing on completeness, code-style compliance, architecture, tests, and actionable remediation.

Frequently Asked Questions about ai-review

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

FAQPage Schema
How do I automate code review for pull requests to check requirements and style?

Automate code review by running criteria-driven analysis on pull requests to verify completeness against problem statements, enforce code style guides, and assess test coverage, outputting structured findings to remediate missing requirements and architectural issues.

What does a design review check for in software architecture and consistency?

A design review checks architecture for alignment with existing patterns, separation of concerns, and adherence to best practices. It evaluates completeness against explicit criteria to surface architectural issues and edge cases.

Can I use AI to enforce a custom code-style guide on feature branches?

Yes, you can verify strict compliance with a project's custom code-style guide on feature branches. The review highlights deviations from the established style guide and outputs actionable remediation steps.

How do I assess test coverage and edge cases in a bug fix?

Assess test coverage in a bug fix by checking the adequacy of unit and integration tests against the problem statement. The review identifies test gaps, evaluates edge cases, and recommends additional tests.

What is the best way to get actionable code review findings for a ticket?

The best way to get actionable code review findings is to run a criteria-driven analysis that outputs a prioritized list of issues, suggested fixes, and recommendations directly to the ticket's AI Review Notes.