ark-code-review

Orchestrate specialized agents to review code changes across multiple workflows.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HelloWorldSungin/ark-skills --skill ark-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ark-code-review
Source: https://github.com/HelloWorldSungin/ark-skills/tree/main/skills/ark-code-review
Command: npx skills add https://github.com/HelloWorldSungin/ark-skills --skill ark-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Fragmented, slow code reviews across teams can hinder product velocity. This Skill orchestrates multiple specialized agents to provide a unified, thorough review of changes, improving code quality and reducing merge risk.

Core Features & Use Cases

  • Orchestrates a team of agents (code-reviewer, code-architect, test-coverage-checker, silent-failure-hunter, test-analyzer) to review changes
  • Supports flexible workflows and modes: --quick, --thorough, --full, --epic, --plan, and --pr for diverse CI/CD scenarios
  • Cross-references vault context (TaskNotes, epic/story history) and design/spec guidance to align reviews with project goals

Quick Start

Run /ark-code-review on the current branch to start a complete multi-agent code review.

Frequently Asked Questions about ark-code-review

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

FAQPage Schema
How do I automate multi-agent code reviews for feature branches?

Automated multi-agent code reviews for feature branches are orchestrated by deploying specialized agents to analyze changes. The system coordinates agents like code-reviewer and test-coverage-checker, aggregating their findings into a unified review report.

Can I run a quick code review on a pull request before merging?

Yes, quick pre-merge code reviews on pull requests are supported using the --quick workflow mode. This provides a rapid automated analysis of PR changes, while the --pr mode offers a standard review workflow for merge readiness.

How does multi-agent code review align changes with project architecture and epic history?

Multi-agent code review aligns changes with project architecture by cross-referencing vault context like TaskNotes and epic history. This integrates design and spec guidance into the review, ensuring changes match overarching project goals.

What is the best way to perform thorough code reviews at scale?

Thorough code reviews at scale are best performed using the --thorough or --full workflow modes. These modes orchestrate a complete team of specialized agents, including a silent-failure-hunter and code-architect, to provide comprehensive coverage.

Does automated code review support external second opinions for complex changes?

Automated code review supports optional external second opinions when available. This feature augments the aggregated findings from the internal specialized agents, providing additional validation for complex architectural changes.