review-back

Run eight sequential backend code audits and post an .md report on MR/PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to perform comprehensive backend MR/PR code reviews without altering source code, ensuring issues are caught and documented in a standardized way.

Core Features & Use Cases

  • Eight sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Testing, Code Quality, Security, Performance) are run one after another to manage memory usage.
  • Generates an .md review report and posts it directly on the MR/PR; supports read-only mode to avoid accidental changes.

Quick Start

Ask Claude to perform a backend MR review using the /review-back workflow for backend repositories.

Frequently Asked Questions about review-back

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

FAQPage Schema
How do I automate backend code reviews for pull requests?

Automated backend code reviews orchestrate eight sequential audits covering Clean Architecture, DDD, SOLID, Security, and Performance to generate an .md report and post feedback directly on the MR/PR. This structured analysis operates in read-only mode without altering source code.

What audits are included in a comprehensive backend code review?

A comprehensive backend code review includes sequential audits for Clean Architecture, DDD, TypeScript Best Practices, SOLID, Testing, Code Quality, Security, and Performance. These eight audits run one by one to manage memory usage while producing a structured review report.

Can I run automated code audits on GitHub and GitLab merge requests?

Yes, automated backend code audits apply to GitHub and GitLab style PRs and similar merge workflows. The tool reads skill rules, analyzes backend code, generates an .md report, and posts feedback directly on the MR/PR without modifying source files.

How do I perform a Clean Architecture and DDD audit on a backend repository?

Performing a Clean Architecture and DDD audit requires running sequential automated reviews that analyze backend code against architecture rules. The process generates a structured .md report documenting issues and posts guided feedback insights directly on the merge request.

Does automated PR review modify my source code during the audit?

No, automated PR review operates in read-only mode to ensure source code remains unchanged. The tool analyzes backend code across eight audit dimensions and posts structured feedback directly on the MR/PR without making accidental modifications.

What is the best way to check TypeScript best practices and SOLID principles in a merge request?

Checking TypeScript best practices and SOLID principles in a merge request requires running sequential automated audits alongside Clean Architecture, DDD, Testing, Code Quality, Security, and Performance reviews to produce a structured .md report with guided insights.