agent-assistant-review

Route code review requests to the Agent Assistant workflow via /review.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-review
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-review
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes code review requests to the Agent Assistant review workflow when a user triggers /review, enabling automated routing through specialized agents.

Core Features & Use Cases

  • Automated routing: Dispatches reviews to the appropriate agent-driven review steps.
  • Workflow integration: Connects Codex multi-agent framework with matrix-skills to execute reviews.
  • Use Case: A developer types /review to initiate a structured multi-agent code review for a PR.

Quick Start

Type /review to initiate the code review workflow and route the change through the Agent Assistant review pipeline.

Frequently Asked Questions about agent-assistant-review

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

FAQPage Schema
How do I automate code review for a pull request using a multi-agent workflow?

Multi-agent code review orchestrates specialized agents to evaluate pull requests by triggering a slash command. Typing /review initiates the workflow, coordinating multiple review steps across distinct agents to execute the assessment pipeline.

What does triggering the /review command do in a Codex multi-agent framework?

Triggering the /review command routes code review requests to the Agent Assistant workflow. It coordinates a code-review process across specialized agents, loading boot rules and resolving skills from specified Codex paths to execute the review.

How does multi-agent code review orchestration work?

Multi-agent code review orchestration dispatches review requests to appropriate agent-driven steps. It connects the Codex multi-agent framework with matrix-skills to load boot rules, resolve agent paths, and execute structured reviews across specialized agents.

Can I integrate a multi-agent code review workflow with my existing Codex skills?

You can integrate multi-agent code review with existing Codex skills. The workflow resolves skills from specified Codex skill paths, applying loading boot rules and agent orchestration to activate and execute the review pipeline.

Do I need to configure specialized agents before starting an automated code review?

You do not need to manually configure specialized agents before starting. The automated routing dispatches reviews to the appropriate agent-driven steps, coordinating the specialized agents and review steps automatically when you trigger the workflow.