arc-review

Review arc task work for bugs, regressions, and design drift.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SentioLabs/agent-nexus --skill arc-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arc-review
Source: https://github.com/SentioLabs/agent-nexus/tree/main/opencode-marketplace/plugins/arc/skills/arc-review
Command: npx skills add https://github.com/SentioLabs/agent-nexus --skill arc-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review arc task work, identify issues, and triage findings to ensure task quality before closure.

Core Features & Use Cases

  • Dispatch arc-reviewer to initiate structured reviews after arc-implement or code changes.
  • Inspect bugs, regressions, and design drift, surfacing findings with references.
  • Triage findings and guide task closure decisions based on severity.

Quick Start

Dispatch arc-reviewer with the task spec and git diff to begin the review.

Frequently Asked Questions about arc-review

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

FAQPage Schema
How do I triage bugs and regressions before closing a code task?

You can triage bugs and regressions by dispatching a structured review against the task spec and git diff, which summarizes findings with detailed file references to guide closure decisions based on severity.

What is the best way to identify design drift in recent code changes?

To identify design drift, inspect the git diff between your base and head branches using a structured review process that surfaces discrepancies and provides detailed file references for the affected code.

How do I start a code review after completing an implementation task?

Start a code review by dispatching the arc-reviewer with your task specification and the git diff, which will inspect the changes and summarize any bugs, regressions, or design drift found.

Do I need a git diff to triage task findings and code changes?

Yes, you need access to the git diff between the base and head branches to triage findings, because the review process relies on diff analysis to identify bugs, regressions, and design drift.

Can I use automated task review to surface issues with file references?

Yes, automated task review can surface issues by inspecting code changes against the task spec, summarizing bugs and regressions with detailed file references to help triage findings before closure.

When should I not use automated code triage for my task workflow?

You should not use automated code triage when you lack a base and head git diff or a task specification, as the review mechanism requires these inputs to accurately identify bugs and design drift.