Air banner
VorobiovD VorobiovD

Air

AI community

Description

AI Review — automated code review with verification, pattern learning, and team knowledge

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

air — Automated Code Review with Verification, Pattern Learning, and Team Knowledge

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Version](https://img.shields.io/badge/version-1.50.0)](plugins/air/.claude-plugin/plugin.json) [![Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-8A2BE2.svg)](https://claude.ai/code) [![GitHub](https://img.shields.io/badge/GitHub-supported-black.svg)](https://github.com)

**New in 1.32.0:** deterministic re-review severity-pin + deferred-findings ledger — a prior blocker on code that didn't change can't silently drift to medium or be dropped (kill switch `AIR_LEDGER_PIN`); CLI solo mode (`--solo`); managed diff hygiene + cost caps. See the [improvement roadmap](docs/improvement-roadmap.md) for the full version history.

Why

Code reviews are slow, inconsistent, and lose institutional knowledge when people leave. air fixes this:

  • 6 specialized agents review in parallel — security, code quality, simplification, git history, UI/business-audience copy (on user-facing diffs), and an optional Codex second opinion
  • A verification agent filters false positives before posting — findings must score 60+ confidence
  • Wiki-backed learning captures patterns from every review — author tendencies, service gotchas, accepted patterns
  • Re-review tracking knows what was fixed and what wasn't — no starting over
  • Your memory enriches reviews — Claude Code memory feeds institutional knowledge into every agent

One command. One consolidated PR comment. Gets smarter over time.

Install

/plugin marketplace add VorobiovD/air
/plugin install air@air

Two commands become available: `/air:review` and `/air:learn`. To enable auto-updates, run `/plugin marketplace update air` or enable in `/plugin` → Marketplaces → air → "Enable auto-update".

Prerequisites

  • Claude Code — installed and running
  • GitHub CLI (gh) — authenticated