review

Evaluate recent code changes with a five-agent pre-push review.

159|41|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/atelier-fashion/adlc-toolkit --skill review-atelier-fashion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/atelier-fashion/adlc-toolkit/tree/main/review
Command: npx skills add https://github.com/atelier-fashion/adlc-toolkit --skill review-atelier-fashion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a pre-push, multi-agent code-review gate that surfaces issues before a merge by simulating CI-like checks across multiple dimensions.

Core Features & Use Cases

  • Parallel evaluation by five specialized review agents covering correctness, conventions, test coverage, security, and architecture.
  • Structured findings with severity, file path, line number, and suggested fixes to guide remediation.
  • Use Case: when preparing a branch for PR, run /review to validate changes and tighten code quality before submission.

Quick Start

Run the /review skill on your current branch to trigger the pre-push evaluation.

Frequently Asked Questions about review

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

FAQPage Schema
How do I run a pre-push code review to catch issues before merge?

Run a pre-push code review by triggering the multi-agent evaluation on your current branch to catch correctness, security, and architecture issues before merge. It simulates CI checks and outputs structured findings with severity, file path, line number, and suggested fixes to drive remediation.

What does multi-agent code review analyze in my recent code changes?

Multi-agent code review analyzes recent code changes across five dimensions: correctness, conventions, test coverage, security, and architecture. Five specialized agents evaluate the branch in parallel to surface issues before a pull request submission.

Can I simulate CI checks for my branch when a continuous integration server is unavailable?

Yes, you can simulate CI checks when unavailable by running this pre-push evaluation. It mirrors continuous integration gates by analyzing test coverage, security vulnerabilities, and architectural flaws locally, providing structured reports to ensure code quality before submission.

How do I validate code quality and test coverage before submitting a pull request?

Validate code quality before submitting a pull request by executing a pre-push review on your prepared branch. The evaluation checks test coverage alongside conventions and correctness, returning structured findings with severity levels and suggested fixes to tighten your code.

What is the best way to enforce security and architecture conventions without a CI gate?

The best way to enforce security and architecture conventions without a CI gate is using a local pre-push review. Dedicated agents evaluate your recent changes for security vulnerabilities and architectural flaws, providing structured reports with file paths and remediation suggestions.

Does a multi-agent pre-push review report include line numbers and suggested fixes?

Yes, the pre-push review report includes line numbers and suggested fixes. Findings are structured with severity levels, file paths, line numbers, and actionable remediation steps to guide developers in resolving detected issues across all five evaluation dimensions.