sl:review

Route changed files to a code-reviewer agent with plan-aware context.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sl:review
Source: https://github.com/HuynhHoangPhuc/solon/tree/main/plugins/solon-core/skills/review
Command: npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates code review to a code-reviewer agent with plan-aware context, enabling consistent quality checks aligned with project plans.

Core Features & Use Cases

  • Automates the handoff of code review to an agent, ensuring plan-aligned context and traceability.
  • Collects changed files via git diff and integrates plan requirements to guide review criteria.
  • Generates structured review reports that summarize issues by severity and reference relevant plan criteria.

Quick Start

Invoke sl review to assess changes against the active plan context and generate a code-review report.

Frequently Asked Questions about sl:review

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

FAQPage Schema
How do I automate code review using an active project plan?▼

You can automate code review by routing git diff changes to a dedicated reviewer agent with plan-aware context. This ensures your quality checks align with the active project plan and generates a structured review report.

How does plan-aware context guide code review criteria?▼

Plan-aware context integrates active plan requirements to guide code review criteria. The reviewer agent uses this context to evaluate changed files collected via git diff, ensuring plan-driven quality assurance across all code changes.

Can I generate a structured code review report from git diff?▼

Yes, you can generate a structured code review report from git diff. The automation collects changed files and produces a standardized report summarizing issues by severity while referencing relevant plan criteria.

What is the best way to ensure consistent quality checks across code changes?▼

The best way to ensure consistent quality checks is delegating code review to an agent with plan-aware context. This enables plan-driven quality assurance, applying active plan criteria to changed files detected via git diff.

Do I need an active plan to automate code review delegation?▼

Yes, you need an active plan to define review criteria when automating code review delegation. The process relies on plan-aware context to guide the reviewer agent and generate standardized review reports.