review-front

Run seven sequential code audits and post an MD report to GitHub or GitLab MR/PRs.

41|7|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/DGouron/review-flow --skill review-front
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-front
Source: https://github.com/DGouron/review-flow/tree/main/.claude/skills/review-front
Command: npx skills add https://github.com/DGouron/review-flow --skill review-front

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes seven sequential audits to perform a comprehensive MR/PR review, generating a detailed report and posting it back to the MR/PR to streamline quality gates.

Core Features & Use Cases

  • Seven audits (Clean Architecture, DDD, TS Best Practices, SOLID, Clean Code, Testing, Code Quality) run in sequence to prevent memory spikes and provide structured feedback.
  • Generates an MD review report and publishes it directly on the MR/PR, enabling fast remediation and traceability.
  • Works across GitHub and GitLab workflows, with a read-only analysis designed to guide developers toward fixes.

Quick Start

Request a code review of an MR/PR to generate the seven-audit report.

Frequently Asked Questions about review-front

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

FAQPage Schema
How do I automate MR/PR code reviews end-to-end?

Automated MR/PR code reviews run seven sequential audits covering architecture, DDD, TS best practices, SOLID, clean code, testing, and quality, then generate a markdown report posted directly to the MR/PR.

What does sequential code review orchestration do to prevent memory spikes?

Sequential code review orchestration enforces one-audit-at-a-time execution, minimizing memory usage and providing clear, per-audit progress tracking throughout the MR/PR review pipeline.

Can I run automated code reviews in both GitHub and GitLab environments?

Automated code reviews work across GitHub and GitLab workflows using a read-only analysis pipeline, ensuring safety and reproducibility while guiding developers toward fixes.

How do I generate a code review report and post it to a pull request?

Code review report generation executes seven audits in sequence, produces a detailed markdown review report, and publishes it directly on the MR/PR for immediate action and traceability.

Does the automated MR/PR review pipeline modify my codebase?

The automated MR/PR review pipeline uses a read-only analysis approach to ensure safety and reproducibility, guiding developers toward fixes without modifying the codebase.