codebase-reviewer

Dispatch code review prompts to Claude, Codex, and Copilot CLI.

1|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/itsmichaelwest/agent-kit --skill codebase-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-reviewer
Source: https://github.com/itsmichaelwest/agent-kit/tree/main/skills/codebase-reviewer
Command: npx skills add https://github.com/itsmichaelwest/agent-kit --skill codebase-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process by allowing you to dispatch review tasks to multiple AI engines simultaneously and collect their findings in a standardized format.

Core Features & Use Cases

  • Multi-Engine Dispatch: Send review prompts to Claude, Codex, and Copilot CLI.
  • Standardized Output: Receives results in a consistent JSON format, regardless of the engine used.
  • Engine Availability Check: Automatically detects which AI CLIs are installed and reports if an engine is unavailable.
  • Use Case: When asked to "review the codebase for bugs," this skill can query Claude, Codex, and Copilot, then aggregate their feedback into a single, actionable report.

Quick Start

Use the codebase-reviewer skill to review the 'src/' directory for bugs using the claude engine.

Frequently Asked Questions about codebase-reviewer

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

FAQPage Schema
How do I run a codebase audit using multiple AI engines?

To run a codebase audit, you dispatch code review prompts to multiple AI engines like Claude, Codex, and Copilot CLI. The skill aggregates their findings into a standardized JSON report containing fields for engine, status, output, and error.

Can I review code for bugs if only one AI CLI is installed?

Yes, you can review code for bugs if only one AI CLI is installed. The skill automatically detects engine availability, reports any unavailable engines, and continues the codebase audit with the installed CLIs.

What is the output format when dispatching code review prompts to different engines?

The output format for cross-engine code review is standardized JSON. Regardless of the AI engine used, results are structured with specific fields for engine, status, output, and error to ensure consistent aggregation.

How do I configure timeouts for an AI code review?

You can configure timeouts for an AI code review by setting timeout parameters within the skill before dispatching prompts. This ensures long-running codebase audits across Claude, Codex, or Copilot CLI do not block your workflow.

Does this code review approach work without installing any dependencies?

No, this code review approach requires external AI CLI tools to function. You must have Claude, Codex, or Copilot CLI installed on your system, as the skill auto-detects these engines to perform the codebase audit and aggregate results.